Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Nov 8, 2019
1 parent 95eca37 commit 2012bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- checkout
- run: # test what branch we're on.
name: "What branch am I on?"
command: echo ${CIRCLE_BRANCH}
command: echo ${CIRCLE_TAG}
- run:
name: run build
command: |
Expand All @@ -37,7 +37,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
GO111MODULE=auto go get github.com/tcnksm/ghr
VERSION=${CIRCLE_BRANCH}
VERSION=${CIRCLE_TAG}
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./builds/lagoon-cli-*
workflows:
version: 2
Expand Down

0 comments on commit 2012bec

Please sign in to comment.