Skip to content

Commit

Permalink
remove unnecessary git clone in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni committed Jul 25, 2018
1 parent dac25aa commit 718f1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
at: /cloudless-init
- run: apk update
- run: apk add git
- run: git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
- run: cd /cloudless-init && ghr -u $CIRCLE_USERNAME $(git describe --abbrev=0 --tags) /cloudless-init/cloudless-init.so
workflows:
version: 2
Expand Down

0 comments on commit 718f1b9

Please sign in to comment.