Skip to content

Commit

Permalink
update CircleCI conf
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Oct 7, 2018
1 parent 37fa759 commit 095d7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: tar xvf ghr_v0.12.0_linux_amd64.tar.gz
- run: mv ghr_v0.12.0_linux_amd64/ghr ghr
- run: echo $CIRCLE_PROJECT_USERNAME $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG
- run: ./ghr -replace -draft -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG pro-linux-early-access-lworld.zip
- run: ./ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG pro-linux-early-access-lworld.zip
build-loom:
docker:
- image: circleci/openjdk:11-ea-node-browsers
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- run: tar xvf ghr_v0.12.0_linux_amd64.tar.gz
- run: mv ghr_v0.12.0_linux_amd64/ghr ghr
- run: echo $CIRCLE_PROJECT_USERNAME $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG
- run: ./ghr -replace -draft -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG pro-linux-early-access-loom.zip
- run: ./ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG pro-linux-early-access-loom.zip

workflows:
version: 2
Expand Down

0 comments on commit 095d7e5

Please sign in to comment.