Skip to content

Commit

Permalink
Merge pull request #448 from IABTechLab/tjm-UID2-2982-add-missing-dep…
Browse files Browse the repository at this point in the history
…endency

Added missing dependency
  • Loading branch information
thomasm-ttd authored Mar 20, 2024
2 parents e4a7e18 + f8ddb68 commit e188fe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
zip -j ./aws-uid2-deployment-files-${{ needs.start.outputs.new_version }}.zip ./deployment/aws-uid2-deployment-files-${{ needs.start.outputs.new_version }}/*
zip -j ./azure-cc-deployment-files-${{ needs.start.outputs.new_version }}.zip ./deployment/azure-cc-deployment-files-${{ needs.start.outputs.new_version }}/*
zip -j ./gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }}.zip ./deployment/gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }}/*
(cd manifests && zip -r ../uid2-operator-release-${{ needs.start.outputs.new_version }}-manifests.zip .)
(cd manifests && zip -r ../uid2-operator-release-manifests-${{ needs.start.outputs.new_version }}.zip .)
- name: Create draft release
uses: softprops/action-gh-release@v2
Expand All @@ -188,5 +188,4 @@ jobs:
./aws-uid2-deployment-files-${{ needs.start.outputs.new_version }}.zip
./azure-cc-deployment-files-${{ needs.start.outputs.new_version }}.zip
./gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }}.zip
./uid2-operator-release-${{ needs.start.outputs.new_version }}-manifests.zip
./uid2-operator-release-manifests-${{ needs.start.outputs.new_version }}.zip
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
collectPublicArtifacts:
name: Collect Public Artifacts
runs-on: ubuntu-latest
needs: [e2e]
needs: [e2e,image]
steps:
- name: Collect artifacts
run: |
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/run-e2e-tests-on-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ on:
default: '{
"region": "us-east-1",
"ami": "ami-xxxxx",
"pcr0": "xxxxx"
}'
"pcr0": "xxxxx" }'

workflow_call:
inputs:
Expand Down Expand Up @@ -100,8 +99,7 @@ on:
default: '{
"region": "us-east-1",
"ami": "ami-xxxxx",
"pcr0": "xxxxx"
}'
"pcr0": "xxxxx" }'

jobs:
e2e-test:
Expand Down

0 comments on commit e188fe9

Please sign in to comment.