Skip to content

Commit

Permalink
remove website autopush deploy. This is moved to deployment repo trig…
Browse files Browse the repository at this point in the history
…ger (#459)
  • Loading branch information
shifucun authored Feb 5, 2021
1 parent 514bd83 commit 0e94651
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions build/ci/cloudbuild.push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,29 +73,6 @@ steps:
- |
./scripts/update_autopush_version.sh $SHORT_SHA
# This is a trigger to push website at website/mixer code HEAD and with the
# latest base cache.
- id: autopush
name: 'gcr.io/datcom-ci/deploy-tool'
entrypoint: 'bash'
args:
- '-c'
- |
set -e
mkdir src
git clone https://github.com/datacommonsorg/website.git src
cd src
git clone https://github.com/datacommonsorg/mixer.git mixer
git submodule update --init --recursive
cd mixer
git remote set-url origin https://github.com/datacommonsorg/mixer.git
git pull origin master
git checkout master
gsutil cp gs://automation_control/latest_base_cache_version.txt deploy/storage/bigtable.version
cd ../
./scripts/deploy_gke.sh autopush us-central1
./scripts/deploy_gke.sh autopush europe-west2
options:
volumes:
- name: go-modules
Expand Down

0 comments on commit 0e94651

Please sign in to comment.