Explorar o código

packaging: testing fix

Torkel Ödegaard %!s(int64=8) %!d(string=hai) anos
pai
achega
887867165c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      circle.yml

+ 1 - 1
circle.yml

@@ -45,7 +45,7 @@ deployment:
       - aws s3 sync ./dist s3://$BUCKET_NAME/master
       - aws s3 sync ./dist s3://$BUCKET_NAME/master
       - ./scripts/trigger_windows_build.sh ${APPVEYOR_TOKEN} ${CIRCLE_SHA1} master
       - ./scripts/trigger_windows_build.sh ${APPVEYOR_TOKEN} ${CIRCLE_SHA1} master
       - ./scripts/trigger_docker_build.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
       - ./scripts/trigger_docker_build.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
-      - go run ./scripts/build/publish.go -apiKey "${GRAFANA_COM_API_KEY}"
+      - go run ./scripts/build/publish.go -apiKey ${GRAFANA_COM_API_KEY}
   gh_tag:
   gh_tag:
     tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
     tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
     commands:
     commands: