e2e: Use default shell parameters

This commit is contained in:
katexochen 2022-09-02 12:44:51 +02:00 committed by Paul Meyer
parent 0c5c11e8b7
commit b256222b42
4 changed files with 2 additions and 8 deletions

View file

@ -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 \