Skip to content

Commit

Permalink
Fixed head requests
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed May 3, 2016
1 parent 3055aa0 commit c5e618c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


build:
box: golang
steps:
Expand Down Expand Up @@ -48,3 +46,8 @@ deploy:
TAG="$(echo "$WERCKER_GIT_COMMIT" | cut -c 1-7)"
ghr -u fd -r dkr-util -c $WERCKER_GIT_COMMIT --replace "v1.0.0+c.${TAG}" ./dist
fi
steps:
- mbrevda/[email protected]:
token: $WRK_TOKEN
applicaiton_id: $WRK_APP
message: Triggered from dkr

0 comments on commit c5e618c

Please sign in to comment.