Skip to content

Commit

Permalink
Add missing build-bucket variable to prerelease example
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 16, 2024
1 parent f2d9776 commit 65fdc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Here is an example of how to kick off a pre-release build:
```console
pip install --requirement requirements-dev.txt
ansible-galaxy install --force --force-with-deps --role-file ansible/requirements.yml
AWS_PROFILE=cool-images-ec2amicreate-assessor-workbench-packer packer build --timestamp-ui -var release_tag=$(./bump-version show) -var is_prerelease=true .
AWS_PROFILE=cool-images-ec2amicreate-assessor-workbench-packer packer build --timestamp-ui -var release_tag=$(./bump-version show) -var build_bucket=installers-bucket -var is_prerelease=true .
```

If you are satisfied with your pre-release image, you can easily create a release
Expand Down

0 comments on commit 65fdc0e

Please sign in to comment.