summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2022-06-14 08:03:51 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commitb98ddd66eb02ed24628a802f82e9f7b8208af701 (patch)
tree3902e2eb94e61e8bd425f4a6e686dcf39660b29d
parent170272e068de88a9edb247aec42fd1c95b538bab (diff)
downloadnavit-b98ddd66eb02ed24628a802f82e9f7b8208af701.tar.gz
next try
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0f16acdc..3c157a990 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,8 +75,8 @@ jobs:
- uses: actions/checkout@v1
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
- name: run build
- run: sudo -E bash contrib/sailfish/build_sailfish_ci.sh
- shell: bash -x
+ run: sudo -E bash -x contrib/sailfish/build_sailfish_ci.sh
+ shell: bash
env:
VERSION_ID: 3.4.0.24
- uses: actions/upload-artifact@v1