Skip to content

Commit

Permalink
removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 15, 2018
1 parent b33f217 commit fedccaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ matrix:
- if: tag IS blank
os: linux
before_install:
- openssl aes-256-cbc -k "$SECRET" -in .env.enc -out ./server/.env -d
- openssl aes-256-cbc -k $SECRET -in .env.enc -out ./server/.env -d
- tar xvf secret.tar
script:
- docker-compose build
# Tag alpha server
- if: tag =~ -alpha\+server
os: linux
before_install:
- openssl aes-256-cbc -k "$SECRET" -in .env.enc -out ./server/.env -d
- openssl aes-256-cbc -k "$SECRET" -in ssh_key.enc -out ssh_key -d
- openssl aes-256-cbc -k "$SECRET" -in ssh_key.pub.enc -out ssh_key.pub -d
- openssl aes-256-cbc -k $SECRET -in .env.enc -out ./server/.env -d
- openssl aes-256-cbc -k $SECRET -in ssh_key.enc -out ssh_key -d
- openssl aes-256-cbc -k $SECRET -in ssh_key.pub.enc -out ssh_key.pub -d
- tar xvf secret.tar
script:
- docker-compose build
Expand Down

0 comments on commit fedccaa

Please sign in to comment.