We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d048ae3 commit 942cecfCopy full SHA for 942cecf
1 file changed
bitbucket-pipelines.yml
@@ -164,8 +164,8 @@ definitions:
164
- git clone https://x-token-auth:${DSPACE_VALUES_ACCESS_TOKEN}@${DSPACE_VALUES_REPO}
165
- cd dspace-values
166
- '[ -f "dev/${BRANCH_FILE}" ] && sed -i "/^angular:/,/^[^ ]/s/\(tag: \).*/\1${BRANCH_NAME}-${HASH_COMMIT}/" "dev/${BRANCH_FILE}"'
167
- - git config --global user.email "ci@4science.com"
168
- - git config --global user.name "CI Bot"
+ - git config --global user.email "${BB_EMAIL}"
+ - git config --global user.name "${BB_USER}"
169
- git commit -am "Update TAG with ${BRANCH_NAME}-${HASH_COMMIT}"
170
- git push
171
0 commit comments