Skip to content

Commit ae9580f

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

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
@@ -12,7 +12,7 @@ common: &common
1212
- run:
1313
name: run tox
1414
command: |
15-
IMAGE_TOKEN=$IMAGE_TOKEN
15+
echo 'export IMAGE_TOKEN=${IMAGE_TOKEN}' >> $BASH_ENV
1616
~/.local/bin/tox
1717
1818
jobs:

0 commit comments

Comments
 (0)