mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 06:44:50 -04:00
ci: download bootlogs in correct aws region (#1956)
This commit is contained in:
parent
7388240943
commit
114103c46b
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ runs:
|
||||||
./.github/actions/constellation_create/gcp-logs.sh
|
./.github/actions/constellation_create/gcp-logs.sh
|
||||||
;;
|
;;
|
||||||
aws)
|
aws)
|
||||||
./.github/actions/constellation_create/aws-logs.sh eu-central-1
|
./.github/actions/constellation_create/aws-logs.sh eu-west-1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue