Преглед на файлове

build: fixes release problems.

Leonard Gram преди 7 години
родител
ревизия
7b43b9e272
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .circleci/config.yml
  2. 0 0
      scripts/build/load-signing-key.sh

+ 2 - 2
.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"'

+ 0 - 0
scripts/build/load-signing-key.sh