Skip to content

Commit 890a34d

Browse files
committed
config env variable
1 parent 17b52d6 commit 890a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ common: &common
1111
command: .circleci/install_tippecanoe.sh
1212
- run:
1313
name: imagery token
14-
command: IMAGE_TOKEN="${IMAGE_TOKEN}"
14+
command: IMAGE_TOKEN=$IMAGE_TOKEN
1515
- run:
1616
name: run tox
1717
command: ~/.local/bin/tox

0 commit comments

Comments
 (0)