Skip to content

Commit bde9a4d

Browse files
committed
Remove --labels from cloud scheduler
1 parent 5baaa13 commit bde9a4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/bin/deploy-job.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,5 @@ if [[ $instance_name =~ ^.*bq-ingest.*$|^.*stored-procedures.*$ ]]; then
165165
--uri=https://${region}-run.googleapis.com/apis/run.googleapis.com/v1/namespaces/${project}/jobs/${instance_name}:run \
166166
--http-method POST \
167167
--oauth-service-account-email=$pipeline_service_account \
168-
--schedule='*/15 * * * *' \
169-
--labels=service="clinvar-ingest",component=${instance_name}-scheduler
168+
--schedule='*/15 * * * *'
170169
fi

0 commit comments

Comments
 (0)