Skip to content

Commit 63a278f

Browse files
committed
fix how env is injected
1 parent b14329b commit 63a278f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ common: &common
1212
- run:
1313
name: run tox
1414
command: |
15-
IMAGE_TOKEN=$IMAGE_TOKEN
15+
echo 'export IMAGE_TOKEN=${IMAGE_TOKEN}' >> $BASH_ENV
16+
echo $IMAGE_TOKEN
1617
~/.local/bin/tox
1718
1819
jobs:

0 commit comments

Comments
 (0)