Skip to content

Commit 7d503d9

Browse files
committed
Removed bash script to update the git edit link
1 parent 1e22af1 commit 7d503d9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ jobs:
3636
npm run build
3737
displayName: 'npm build'
3838
39-
- bash: |
40-
if [ "${BRANCHTAG}" = "master" ] || [ "${SYSTEM_PULLREQUEST_TARGETBRANCH}" = "master" ]; then
41-
EDIT_LINK_TAG="master"
42-
else
43-
EDIT_LINK_TAG="develop"
44-
fi
45-
echo "Replacing branch name in github links to: ${EDIT_LINK_TAG}"
46-
find content/docs/2 -name ‘*.md’ -exec sed -i "" “s/\(https:\/\/github.com\/eclipse-iofog\/iofog.org\/edit\/\)develop\//\1${EDIT_LINK_TAG}\//” {} \;
47-
4839
- task: Docker@2
4940
displayName: 'build docker'
5041
inputs:

0 commit comments

Comments
 (0)