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

Commit bff3fdf

Browse files
fixing dynamic env vars
1 parent c71acc3 commit bff3fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
echo 'export GITHUB_USER="$CIRCLE_PROJECT_USERNAME"' >> $BASH_ENV
171171
echo 'export BUILD_DATE=$(date '+%Y%m%d')' >> $BASH_ENV
172172
echo 'export RELEASE_TAG="seleniarm-v"`echo $BRANCH`-`echo $BUILD_DATE`"' >> $BASH_ENV
173+
cat $BASH_ENV
173174
source $BASH_ENV
174175
echo "Workflow environment variables:"
175176
echo BRANCH="$BRANCH"

0 commit comments

Comments
 (0)