Skip to content

Commit

Permalink
update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-pluralstack committed Sep 26, 2017
1 parent 5682228 commit 616e89f
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,8 @@ jobs:
- /go/pkg/dep/sources
- /go/src/github.com/aelsabbahy/dargs/vendor
- run: gox -output 'release/dargs_{{.OS}}_{{.Arch}}' -osarch 'linux/amd64 darwin/amd64'
# FIXME: Need to figure out workflows to get this to run only on tag pushes
- run:
name: Create draft release on GitHub
command: |
[[ -n "$CIRCLE_TAG" ]] || exit 0
ghr -draft -u "$CIRCLE_PROJECT_USERNAME" "${CIRCLE_TAG}-draft" release/
# - restore_cache:
# key: test_travis-{{ .Branch }}-{{ checksum "glide.lock" }}
# - run: find .
# #- run: curl https://glide.sh/get | sh
# #- run: glide install
# - run: time env
# - run: whoami && id
# #- run: glide --help
# - save_cache:
# key: test_travis-{{ .Branch }}-{{ checksum "glide.lock" }}
# paths:
# - /go/src/github.com/aelsabbahy/test_travis/vendor
# - /go/src/github.com/aelsabbahy/test_travis/.glide
# - run: du -hcs vendor/ .glide/
# - run: time find .
# - run: time go build .
# - run: time go test .
# - run: time go run main.go
ghr -draft -u "$CIRCLE_PROJECT_USERNAME" "test-draft" release/

0 comments on commit 616e89f

Please sign in to comment.