Skip to content

Commit 7db468e

Browse files
committed
[DSC-2193] Fix variable name
1 parent e160800 commit 7db468e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ definitions:
1616
- echo "Using commit hash $HASH_COMMIT"
1717
- git config --global user.email "${BB_USER}"
1818
- git config --global user.name "${BB_EMAIL}"
19-
- git clone https://x-token-auth:${E2E_ACCESS_TOKEN}@${E2E_VALUES_REPO}
19+
- git clone https://x-token-auth:${E2ERUNNERS_ACCESS_TOKEN}@${E2E_VALUES_REPO}
2020
- cd e2erunners-values
2121
- sed "s#HASH_COMMIT#${HASH_COMMIT}#g" TPL >> ${HASH_COMMIT}
2222
- sed -i "s#BRANCH_NAME#${BRANCH_NAME}#g" TPL ${HASH_COMMIT}

0 commit comments

Comments
 (0)