Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
This tool's purpose is to analyze a programming project and, after gathering informations about its nature, and what is already installed/set, suggest what should be added or removed to make programming easier.
  • Loading branch information
ig1na authored Apr 3, 2019
1 parent a8d3be8 commit cc92221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
wget https://github.com/tcnksm/ghr/releases/download/v0.12.0/ghr_v0.12.0_linux_386.tar.gz
tar -zxvf ghr_v0.12.0_linux_386.tar.gz
VERSION=$(bin/run --version | cut -d' ' -f 1 | cut -d'/' -f 2)
ls
ls dist/
ghr_v0.12.0_linux_386/ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./dist/project-starter-cli-v${VERSION}/
workflows:
version: 2
Expand Down

0 comments on commit cc92221

Please sign in to comment.