Skip to content

Commit

Permalink
adding some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Apr 29, 2024
1 parent 88cd48e commit fc12fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
ls -l
mv ./download/artifacts ./scripts/aws/uid2-operator-ami/artifacts
ls -l ./scripts/aws/uid2-operator-ami
ls -l ./scripts/aws/uid2-operator-ami/artifacts
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -59,6 +60,7 @@ runs:
shell: bash
working-directory: scripts/aws/uid2-operator-ami
run: |
ls -l
VERSION_NUMBER=$(cat ./artifacts/version_number.txt)
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_OUTPUT
echo $VERSION_NUMBER
Expand All @@ -67,6 +69,7 @@ runs:
shell: bash
working-directory: scripts/aws/uid2-operator-ami
run: |
ls -l
TIMESTAMP=$(date +%s)
echo "TIMESTAMP=$TIMESTAMP" >> $GITHUB_OUTPUT
packer init .
Expand Down

0 comments on commit fc12fbe

Please sign in to comment.