From 5b0b2a346f0eb31f689b2cbeb8c001a870864bf5 Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 19 Sep 2024 14:58:03 -0400 Subject: [PATCH] minor adaptions --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e547b26a67..d426734ecf 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -37,6 +37,7 @@ jobs: - name: Set outputs id: vars run: | + set -eux git config --global --add safe.directory "${{ github.workspace }}" echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" @@ -55,7 +56,6 @@ jobs: run: | set -eux docker run --rm -v "$(pwd)/artifacts/$PLATFORM:/artifacts" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/" - ls -R artifacts/ env: PLATFORM: linux/amd64