Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvdg committed Sep 3, 2024
1 parent 36be48a commit ef2e890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws-vm-packer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
id: build
working-directory: ./aws/test-ec2-secrets/packer
run: |
# packer build ./aws-ubuntu.pkr.hcl
# cat manifest.json | jq -r '.builds[-1].artifact_id' | cut -d':' -f2
# ami_id=$(cat manifest.json | jq -r '.builds[-1].artifact_id' | cut -d':' -f2)
# packer build ./aws-ubuntu.pkr.hcl
# cat manifest.json | jq -r '.builds[-1].artifact_id' | cut -d':' -f2
# ami_id=$(cat manifest.json | jq -r '.builds[-1].artifact_id' | cut -d':' -f2)
ami_id="ami-09652ef7f1166e7d3"
echo "ami_id=${ami_id}" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit ef2e890

Please sign in to comment.