Merge pull request #14870 from grafana/fix-build

build: typo in build config.
This commit is contained in:
Leonard Gram
2019-01-14 15:26:26 +01:00
committed by GitHub
+1 -1
View File
@@ -427,7 +427,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"'