Skip to content

Commit

Permalink
regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 13, 2018
1 parent 60cda09 commit aaf1fac
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 @@ -12,7 +12,7 @@ matrix:
- openssl aes-256-cbc -K $encrypted_fd73522261db_key -iv $encrypted_fd73522261db_iv -in .env.enc -out ./server/.env -d
script:
- docker-compose build
- if: tag =~ *-alpha\+server AND $TRAVIS_TAG = $TRAVIS_BRANCH
- if: tag =~ *?-alpha\+server AND tag = branch
os: linux
before_install:
- openssl aes-256-cbc -K $encrypted_fd73522261db_key -iv $encrypted_fd73522261db_iv -in .env.enc -out ./server/.env -d
Expand Down

0 comments on commit aaf1fac

Please sign in to comment.