Skip to content

Commit

Permalink
updated bash scripts to use named arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi committed May 28, 2024
1 parent f0b888a commit 4f2ded4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gocd/templates/bash/check-cloudbuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

/devinfra/scripts/checks/googlecloud/checkcloudbuild.py \
"${GO_REVISION_CHARTCUTERIE_REPO}" \
sentryio \
"us-central1-docker.pkg.dev/sentryio/chartcuterie/image"
--sha="${GO_REVISION_CHARTCUTERIE_REPO}" \
--project="sentryio" \
--image_name="us-central1-docker.pkg.dev/sentryio/chartcuterie/image"
6 changes: 3 additions & 3 deletions gocd/templates/bash/check-github-runs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

/devinfra/scripts/checks/githubactions/checkruns.py \
getsentry/chartcuterie \
"${GO_REVISION_CHARTCUTERIE_REPO}" \
build
--repo="getsentry/chartcuterie" \
--sha="${GO_REVISION_CHARTCUTERIE_REPO}" \
--check_names="build"

0 comments on commit 4f2ded4

Please sign in to comment.