We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d92f0a7 + 7db468e commit d03b697Copy full SHA for d03b697
1 file changed
bitbucket-pipelines.yml
@@ -16,7 +16,7 @@ definitions:
16
- echo "Using commit hash $HASH_COMMIT"
17
- git config --global user.email "${BB_USER}"
18
- git config --global user.name "${BB_EMAIL}"
19
- - git clone https://x-token-auth:${E2E_ACCESS_TOKEN}@${E2E_VALUES_REPO}
+ - git clone https://x-token-auth:${E2ERUNNERS_ACCESS_TOKEN}@${E2E_VALUES_REPO}
20
- cd e2erunners-values
21
- sed "s#HASH_COMMIT#${HASH_COMMIT}#g" TPL >> ${HASH_COMMIT}
22
- sed -i "s#BRANCH_NAME#${BRANCH_NAME}#g" TPL ${HASH_COMMIT}
0 commit comments