Skip to content

Commit 464eb5c

Browse files
committed
use console script entry points
1 parent 08f25cd commit 464eb5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

gocd/templates/bash/check-cloudbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
/devinfra/scripts/checks/googlecloud/check_cloudbuild.py \
3+
checks-googlecloud-check-cloudbuild \
44
sentryio \
55
chartcuterie \
66
chartcuterie-branch-builder \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
/devinfra/scripts/checks/githubactions/checkruns.py \
3+
checks-githubactions-checkruns \
44
"getsentry/chartcuterie" \
55
"${GO_REVISION_CHARTCUTERIE_REPO}" \
66
"build"

gocd/templates/bash/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}")
3+
eval $(regions-project-env-vars --region="${SENTRY_REGION}")
44

55
/devinfra/scripts/k8s/k8stunnel \
6-
&& /devinfra/scripts/k8s/k8s-deploy.py \
6+
&& k8s-deploy \
77
--label-selector="${LABEL_SELECTOR}" \
88
--image="us-central1-docker.pkg.dev/sentryio/chartcuterie/image:${GO_REVISION_CHARTCUTERIE_REPO}" \
99
--container-name="chartcuterie"

0 commit comments

Comments
 (0)