We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e22af1 commit 7d503d9Copy full SHA for 7d503d9
azure-pipelines.yml
@@ -36,15 +36,6 @@ jobs:
36
npm run build
37
displayName: 'npm build'
38
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
-
48
- task: Docker@2
49
displayName: 'build docker'
50
inputs:
0 commit comments