Skip to content

Commit 718f1b9

Browse files
committed
remove unnecessary git clone in deploy job
1 parent dac25aa commit 718f1b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
at: /cloudless-init
6161
- run: apk update
6262
- run: apk add git
63-
- run: git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
6463
- run: cd /cloudless-init && ghr -u $CIRCLE_USERNAME $(git describe --abbrev=0 --tags) /cloudless-init/cloudless-init.so
6564
workflows:
6665
version: 2

0 commit comments

Comments
 (0)