Skip to content

Commit

Permalink
Revert "Build in CircleCI container #3"
Browse files Browse the repository at this point in the history
This reverts commit 5e92f33.
  • Loading branch information
otoolep committed May 16, 2018
1 parent 5e92f33 commit 3797eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -20,5 +20,5 @@ test:
parallel: true

post:
- case $CIRCLE_NODE_INDEX in 3) go install -ldflags="-X main.branch=$CIRCLE_BRANCH -X main.commit=$CIRCLE_SHA1" ./... ;; esac:
- case $CIRCLE_NODE_INDEX in 3) cd $GOBIN && tar cvfz $CIRCLE_ARTIFACTS/rqlite.tar.gz * ;; esac:
- case $CIRCLE_NODE_INDEX in 0) go install -ldflags="-X main.branch=$CIRCLE_BRANCH -X main.commit=$CIRCLE_SHA1" ./... ;; esac:
- case $CIRCLE_NODE_INDEX in 0) cd $GOBIN && tar cvfz $CIRCLE_ARTIFACTS/rqlite.tar.gz * ;; esac:

0 comments on commit 3797eac

Please sign in to comment.