Skip to content

Commit 942cecf

Browse files
committed
[DSC-2193] Fix param name
1 parent d048ae3 commit 942cecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 "ci@4science.com"
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)