Skip to content

Commit

Permalink
updating scripts for command change (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: jonahjon <jonahjones094@gmail.com>
  • Loading branch information
jonahjon authored Jun 22, 2022
1 parent 24434c0 commit 2b3c408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generatebundlefile/buildspecs/release-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ phases:
build:
commands:
- cd generatebundlefile
- ./hack/release.sh
- ./hack/release-public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ aws ecr-public get-login-password --region us-east-1 | HELM_EXPERIMENTAL_OCI=1 h
# Release the bundle to another account
${BASE_DIRECTORY}/generatebundlefile/bin/generatebundlefile \
--input ${BASE_DIRECTORY}/generatebundlefile/data/input_121.yaml \
--release-profile ${PROFILE}
--public-profile ${PROFILE}

# Create the prod bundle for 1.21
${BASE_DIRECTORY}/generatebundlefile/bin/generatebundlefile \
Expand Down

0 comments on commit 2b3c408

Please sign in to comment.