mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-21 23:59:09 -04:00
exit on newline and tagging with workflow id
This commit is contained in:
parent
9e354aea64
commit
3f008d1edb
5
.github/actions/e2e_test/action.yml
vendored
5
.github/actions/e2e_test/action.yml
vendored
@ -126,7 +126,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ inputs.cosignPassword }}" == '' || "${{ inputs.cosignPrivateKey }}" == '' ]]; then
|
||||
echo "::error::e2e test verify requires cosignPassword and cosignPrivateKey to be set." exit 1
|
||||
echo "::error::e2e test verify requires cosignPassword and cosignPrivateKey to be set."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Determine build target
|
||||
@ -257,7 +258,7 @@ runs:
|
||||
gcpProjectID: ${{ inputs.gcpProject }}
|
||||
gcpZone: ${{ inputs.regionZone || 'europe-west3-b' }}
|
||||
kubernetesVersion: ${{ inputs.kubernetesVersion }}
|
||||
additionalTags: "run-name=${{ steps.create-prefix.outputs.prefix }}"
|
||||
additionalTags: "workflow=${{ github.workflow }}"
|
||||
|
||||
- name: Login to GCP (Cluster service account)
|
||||
if: inputs.cloudProvider == 'gcp'
|
||||
|
Loading…
x
Reference in New Issue
Block a user