Skip to content

Commit

Permalink
Merge pull request #995 from mesg-foundation/feature/remove-cli-circleci
Browse files Browse the repository at this point in the history
Remove circleci cli tasks
  • Loading branch information
NicolasMahe authored May 29, 2019
2 parents 7b11471 + 018a534 commit 421e6b8
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,6 @@ jobs:
- run: docker push mesg/core:$CIRCLE_TAG
- run: docker push mesg/core:latest

"release_cli_dev":
<<: *run_on_docker
steps:
- checkout
- run: scripts/build-cli.sh "dev build `echo $CIRCLE_SHA1 | cut -c1-7`"
- run: go get -u github.com/tcnksm/ghr
- run: ghr -u mesg-foundation -r engine -delete -prerelease -n "Developer Release" -b "Warning - this is a developer release, use it only if you know what are doing. Make sure to pull the latest \`mesg/core:dev\` image. \`\`\`docker pull mesg/core:dev\`\`\`" release-dev ./bin

"release_cli_prod":
<<: *run_on_docker
steps:
- checkout
- run: scripts/build-cli.sh $CIRCLE_TAG
- run: go get -u github.com/tcnksm/ghr
- run: ghr -u mesg-foundation -r engine -delete $CIRCLE_TAG ./bin

workflows:
version: 2

Expand Down Expand Up @@ -141,9 +125,6 @@ workflows:
requires:
- "test"
- "lint"
- "release_cli_dev":
requires:
- "publish_docker_dev"

test_prod:
jobs:
Expand Down Expand Up @@ -183,11 +164,3 @@ workflows:
only: /^v.*/
branches:
ignore: /.*/
- "release_cli_prod":
requires:
- "publish_docker_prod"
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit 421e6b8

Please sign in to comment.