From c94d839fbba5bd1667f55816d388533ebb12757b Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 6 Apr 2022 11:22:32 +0200 Subject: [PATCH] Other: debug mac CI --- .gitlab-ci.yml | 2 -- .gitmodules | 0 Makefile | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9172a5c..434c4c8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,8 +147,6 @@ build-linux-qa: .build-darwin-base: extends: .build-base before_script: - - eval $(ssh-agent -s) - - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - export PATH=/usr/local/bin:$PATH - export PATH=/usr/local/opt/git/bin:$PATH - export PATH=/usr/local/opt/make/libexec/gnubin:$PATH diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000 diff --git a/Makefile b/Makefile index 29e94d64..2e91f3e4 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ hasher: ${TGZ_TARGET}: ${DEPLOY_DIR}/${TARGET_OS} rm -f $@ - cd ${DEPLOY_DIR}/${TARGET_OS} && tar -czf ../../../../$@ . + cd ${DEPLOY_DIR}/${TARGET_OS} && tar -czvf ../../../../$@ . ${DEPLOY_DIR}/linux: ${EXE_TARGET} cp -pf ./internal/frontend/share/${SRC_SVG} ${DEPLOY_DIR}/linux/logo.svg