Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paramah committed Dec 8, 2021
1 parent 4362fcd commit caaa4e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- image: cimg/go:1.17
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
- run:
name: goreleaser
command: curl -sL https://git.io/goreleaser | bash
- run:
name: Trigger docker `paramah/dind` build
command: |
curl -X POST "https://drone.cynarski.pl/api/repos/Docker/dind/builds" -H "Authorization: Bearer ${DRONE_TOKEN}"

0 comments on commit caaa4e8

Please sign in to comment.