Skip to content

Commit

Permalink
fix quoting of exported variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dtreskunov committed Feb 7, 2020
1 parent 405f482 commit 12da297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deploy:
edge: true
# pass environment variables to the container without exposing them in the logs
script: |
env | sed 's/^/export /g' > env.source && \
env | sed -re 's/^([^=]+)=(.*)$/export \1="\2"/g' > env.source && \
docker run --rm \
-v "$(pwd):/io" \
-w /io \
Expand Down

0 comments on commit 12da297

Please sign in to comment.