Skip to content

Commit

Permalink
Add some logging to eif build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Oct 2, 2024
1 parent 428f673 commit c320616
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/publish-aws-nitro-eif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
name: Update Operator Version
runs-on: ubuntu-latest
steps:
- name: Show Context
shell: bash
run: |
printenv
echo "$GITHUB_CONTEXT"
echo "Commit SHA:" $COMMIT_SHA
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Update Operator Version
id: update_version
uses: IABTechLab/uid2-operator/.github/actions/update_operator_version@main
Expand All @@ -59,6 +68,15 @@ jobs:
runs-on: ubuntu-latest
needs: start
steps:
- name: Show Context
shell: bash
run: |
printenv
echo "$GITHUB_CONTEXT"
echo "Commit SHA:" $COMMIT_SHA
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Build UID2 AWS EIF
id: build_uid2_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
Expand Down Expand Up @@ -95,6 +113,15 @@ jobs:
runs-on: ubuntu-latest
needs: start
steps:
- name: Show Context
shell: bash
run: |
printenv
echo "$GITHUB_CONTEXT"
echo "Commit SHA:" $COMMIT_SHA
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Build EUID AWS EIF
id: build_euid_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
Expand Down

0 comments on commit c320616

Please sign in to comment.