From 7b43b9e2727b277cafef6bbad9f59d730fce0342 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Mon, 14 Jan 2019 16:23:48 +0100 Subject: [PATCH] build: fixes release problems. --- .circleci/config.yml | 4 ++-- scripts/build/load-signing-key.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/build/load-signing-key.sh diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f9c40bd968..ec1fcfb411f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -367,7 +367,7 @@ jobs: command: './scripts/build/publish.sh --enterprise' - run: name: Load GPG private key - comand: './scripts/build/load-signing-key.sh' + command: './scripts/build/load-signing-key.sh' - run: name: Update Debian repository command: './scripts/build/update_repo/update-deb.sh "enterprise" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"' @@ -430,7 +430,7 @@ jobs: command: './scripts/build/publish.sh' - run: name: Load GPG private key - comand: './scripts/build/load-signing-key.sh' + command: './scripts/build/load-signing-key.sh' - run: name: Update Debian repository command: './scripts/build/update_repo/update-deb.sh "oss" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"' diff --git a/scripts/build/load-signing-key.sh b/scripts/build/load-signing-key.sh old mode 100644 new mode 100755