mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: add force flag to remaining constellation cmds
In the CI most configs use prerelease images. Config validation prevents this. Therefore we need to use the force flag for now.
This commit is contained in:
parent
449d0e5b7a
commit
f97d351ad2
2
.github/actions/e2e_recover/action.yml
vendored
2
.github/actions/e2e_recover/action.yml
vendored
@ -40,7 +40,7 @@ runs:
|
||||
start_time=$(date +%s)
|
||||
recovered=0
|
||||
while true; do
|
||||
output=$(constellation recover --master-secret=${{ inputs.masterSecret }})
|
||||
output=$(constellation recover --master-secret=${{ inputs.masterSecret }} --force)
|
||||
if echo "$output" | grep -q "Pushed recovery key."; then
|
||||
echo "$output"
|
||||
i=$(echo "$output" | grep -o "Pushed recovery key." | wc -l | sed 's/ //g')
|
||||
|
2
.github/actions/e2e_verify/action.yml
vendored
2
.github/actions/e2e_verify/action.yml
vendored
@ -31,4 +31,4 @@ runs:
|
||||
|
||||
- name: Constellation verify
|
||||
shell: bash
|
||||
run: constellation verify --cluster-id $(jq -r ".clusterID" constellation-id.json)
|
||||
run: constellation verify --cluster-id $(jq -r ".clusterID" constellation-id.json) --force
|
||||
|
Loading…
Reference in New Issue
Block a user