Skip to content

Commit

Permalink
Removed delete of cloud run job
Browse files Browse the repository at this point in the history
  • Loading branch information
toneillbroad committed Mar 18, 2024
1 parent 78ad7e7 commit 0e31fe4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions misc/bin/deploy-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ image=gcr.io/clingen-dev/clinvar-ftp-watcher:$commit
deployment_service_account=clinvar-ftp-watcher-deployment@clingen-dev.iam.gserviceaccount.com


if gcloud run jobs list --region us-central1 | awk '{print $2}' | grep "^$instance_name$" ; then
echo "Cloud Run Job $instance_name already exists"
echo "Deleting Cloud Run Job"
gcloud run jobs delete $instance_name --region $region --quiet
fi

################################################################
# Build the image
cloudbuild=.cloudbuild/docker-build-dev.cloudbuild.yaml
Expand Down

0 comments on commit 0e31fe4

Please sign in to comment.