Skip to content

Commit

Permalink
Remove current test branch from deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
daumie committed Mar 28, 2019
1 parent ae0976a commit 78bf58e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ workflows:
- master
- develop-V2
- master-V2
- ch-fix-problem-with-apt-CCI
- deploy:
requires:
- upgrade-database
Expand All @@ -115,4 +114,3 @@ workflows:
- master
- develop-V2
- master-V2
- ch-fix-problem-with-apt-CCI
8 changes: 0 additions & 8 deletions scripts/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ set_variables(){
INSTANCE_NAME=${PRODUCTION_INSTANCE_NAME}
DATABASE_NAME=${PRODUCTION_V2_DATABASE_NAME}
;;
ch-fix-problem-with-apt-CCI)
APP_SETTINGS="Staging"
VERSION=""
CLOUDSQL_CONNECTION_NAME=${STAGING_CLOUD_SQL_CONNECTION_NAME}
DATABASE_URL=${STAGING_DATABASE_URL}
INSTANCE_NAME=${STAGING_INSTANCE_NAME}
DATABASE_NAME=${STAGING_DATABASE_NAME}
;;
*)
echo "Err: This branch should not deploy."
exit 1
Expand Down

0 comments on commit 78bf58e

Please sign in to comment.