Skip to content

Commit 75ad0e5

Browse files
committed
Merge branch 'dspace-cris-2024_02_x' into ux-plus-cris-2024_02_x
2 parents 018df05 + 942cecf commit 75ad0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitbucket-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ definitions:
164164
- git clone https://x-token-auth:${DSPACE_VALUES_ACCESS_TOKEN}@${DSPACE_VALUES_REPO}
165165
- cd dspace-values
166166
- '[ -f "dev/${BRANCH_FILE}" ] && sed -i "/^angular:/,/^[^ ]/s/\(tag: \).*/\1${BRANCH_NAME}-${HASH_COMMIT}/" "dev/${BRANCH_FILE}"'
167-
- git config --global user.email "[email protected]"
168-
- git config --global user.name "CI Bot"
167+
- git config --global user.email "${BB_EMAIL}"
168+
- git config --global user.name "${BB_USER}"
169169
- git commit -am "Update TAG with ${BRANCH_NAME}-${HASH_COMMIT}"
170170
- git push
171171

0 commit comments

Comments
 (0)