Skip to content

Commit

Permalink
Set cluster as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Oct 2, 2024
1 parent 43f8931 commit a419219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish-aws-nitro-eif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ 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 @@ -113,15 +104,6 @@ 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
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-on-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ on:
jobs:
e2e-test:
name: E2E Test
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@tjm-UID2-4147-correct-eif-version-number
with:
operator_type: ${{ inputs.operator_type }}
operator_image_version: ${{ inputs.operator_image_version }}
Expand Down

0 comments on commit a419219

Please sign in to comment.