From 2b96667a6121e41e4c9b672a64b8e4487b5bf1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88ran=20Sander?= Date: Sat, 19 Feb 2022 17:38:11 +0100 Subject: [PATCH] fix: Broken CI for macOS executable --- .gitattributes | 1 + .github/workflows/release-please.yml | 4 +++- src/.dockerignore | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 09f96b1f..3aa2d5f0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ src/.jshintrc export-ignore src/.prettierignore export-ignore src/.prettierrc.yaml export-ignore src/.snyk export-ignore +src/release-config export-ignore src/Dockerfile export-ignore .codeclimate.yml export-ignore .editorconfig export-ignore diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fc43fd60..1cab3ab8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -171,7 +171,9 @@ jobs: AC_PASSWORD: ${{ secrets.AC_PASSWORD }} AC_APP_IDENTITY: ${{ secrets.AC_APP_IDENTITY }} run: | - gon ./release-config/gon.json + ls -la + ls -la src + gon ./src/release-config/gon.json - name: Debug run: | diff --git a/src/.dockerignore b/src/.dockerignore index cdeb18d6..2657d5a5 100755 --- a/src/.dockerignore +++ b/src/.dockerignore @@ -2,6 +2,7 @@ config/* config/certificate/* cert/* img/* +release-config/* .dockerignore .gitignore docker-compose.yml