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

Commit 80438d8

Browse files
committed
Update .circleci [deploy]
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1b0c38c commit 80438d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ jobs:
227227
- run:
228228
name: "Prepare workflow environment variables"
229229
command: |
230-
echo 'export SELENIUM_VERSION=$(grep BASE_VERSION Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)' >> $BASH_ENV
231-
echo 'export RELEASE=$(grep BASE_RELEASE Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)' >> $BASH_ENV
230+
echo "export SELENIUM_VERSION=$(grep BASE_VERSION Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)" >> $BASH_ENV
231+
echo "export RELEASE=$(grep BASE_RELEASE Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)" >> $BASH_ENV
232+
source $BASH_ENV
232233
echo "Prepare workflow environment variables"
233234
echo 'export BRANCH='$SELENIUM_VERSION >> $BASH_ENV
234235
echo 'export BUILD_DATE=$(date '+%Y%m%d')' >> $BASH_ENV

0 commit comments

Comments
 (0)