Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit e048d06

Browse files
test [deploy] is BRANCH a reserved keyword?
1 parent 655fea8 commit e048d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
command: |
125125
export SELENIUM_VERSION=$(grep selenium-server Base/Dockerfile | sed 's/.*-\([^-]*\)\.jar \\/\1/' | head -n 1)
126126
echo "Prepare workflow environment variables"
127-
echo 'export BRANCHH=$SELENIUM_VERSION' >> $BASH_ENV
127+
echo 'export BRANCHH=$(echo $SELENIUM_VERSION)' >> $BASH_ENV
128128
echo 'export GITHUB_REPO="$CIRCLE_PROJECT_REPONAME"' >> $BASH_ENV
129129
echo 'export GITHUB_USER="$CIRCLE_PROJECT_USERNAME"' >> $BASH_ENV
130130
echo 'export BUILD_DATE=$(date '+%Y%m%d')' >> $BASH_ENV

0 commit comments

Comments
 (0)