mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 01:58:29 -04:00
e2e: Use default shell parameters
This commit is contained in:
parent
0c5c11e8b7
commit
b256222b42
4 changed files with 2 additions and 8 deletions
2
.github/workflows/build-coreos.yml
vendored
2
.github/workflows/build-coreos.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
- name: Build and Upload
|
||||
id: build-and-upload
|
||||
shell: bash {0}
|
||||
shell: bash
|
||||
run: |
|
||||
make cosa-image
|
||||
make -j$(nproc) CONTAINER_ENGINE=docker NETRC=/tmp/.netrc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue