Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Apr 14, 2021
1 parent afeacde commit 3236de1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis-al.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: bash

env:
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab" ENV_CONFIG="env_config_al"
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab"

install:
- openssl aes-256-cbc -K $encrypted_f7a2e30d9b29_key -iv $encrypted_f7a2e30d9b29_iv -in env_config_al.zip.enc -out env_config.zip -d
- unzip -qo env_config.zip
- mv "${ENV_CONFIG}" env_config
- mv env_config_al env_config
- export VERSION_NUM=1-5-9
- export APP_CONFIG=master
- export CLOUD_CONFIG=1
Expand Down
4 changes: 2 additions & 2 deletions .travis-mti.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: bash

env:
- GOOGLE_CLOUD_BUCKET="elegansvariation" GOOGLE_CLOUD_PROJECT_ID="andersen-lab-302418" ENV_CONFIG="env_config_mti"
- GOOGLE_CLOUD_BUCKET="elegansvariation" GOOGLE_CLOUD_PROJECT_ID="andersen-lab-302418"

install:
- openssl aes-256-cbc -K $encrypted_eb81f51f2e9b_key -iv $encrypted_eb81f51f2e9b_iv -in env_config_mti.zip.enc -out env_config.zip -d
- unzip -qo env_config.zip
- mv "${ENV_CONFIG}" env_config
- mv env_config_mti env_config
- export VERSION_NUM=1-5-9
- export APP_CONFIG=master
- export CLOUD_CONFIG=1
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: bash

env:
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab" ENV_CONFIG="env_config_al"
- GOOGLE_CLOUD_BUCKET="elegansvariation.org" GOOGLE_CLOUD_PROJECT_ID="andersen-lab"

install:
- openssl aes-256-cbc -K $encrypted_86f5a1ab1ccf_key -iv $encrypted_86f5a1ab1ccf_iv -in env_config.zip.enc -out env_config.zip -d
- unzip -qo env_config.zip
- mv "${ENV_CONFIG}" env_config
- mv env_config_al env_config
- export VERSION_NUM=1-5-9a
- export APP_CONFIG=master
- export CLOUD_CONFIG=1
Expand Down

0 comments on commit 3236de1

Please sign in to comment.