build: use CI-provider independent variable names (#26377)
PR Close #26377
This commit is contained in:

committed by
Alex Rickabaugh

parent
b647608c96
commit
3b24e0edb6
@ -127,7 +127,7 @@ function publishAllBuilds() {
|
||||
}
|
||||
|
||||
# See docs/DEVELOPER.md for help
|
||||
CUR_BRANCH=${CIRCLE_BRANCH:-$(git symbolic-ref --short HEAD)}
|
||||
CUR_BRANCH=${CI_BRANCH:-$(git symbolic-ref --short HEAD)}
|
||||
if [ $# -gt 0 ]; then
|
||||
ORG=$1
|
||||
publishAllBuilds "ssh"
|
||||
|
Reference in New Issue
Block a user