Skip to content

Commit

Permalink
full cirlce
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-bean committed Sep 9, 2019
1 parent 993044e commit 5c99fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ local drone = [
name: "trigger",
image: 'grafana/loki-build-image:%s' % build_image_version,
environment: {
CIRLCE_TOKEN: {from_secret: "circle_token"}
CIRCLE_TOKEN: {from_secret: "circle_token"}
},
commands: [
'curl -s --header "Content-Type: application/json" --data "{\\"build_parameters\\": {\\"CIRCLE_JOB\\": \\"deploy\\", \\"IMAGE_NAMES\\": \\"$(make print-images)\\"}}" --request POST https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN'
Expand Down
2 changes: 1 addition & 1 deletion .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ steps:
{\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$(make print-images)\"}}" --request
POST https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN'
environment:
CIRLCE_TOKEN:
CIRCLE_TOKEN:
from_secret: circle_token
image: grafana/loki-build-image:0.5.0
name: trigger
Expand Down

0 comments on commit 5c99fe3

Please sign in to comment.