Skip to content

Commit

Permalink
test(ci): update drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Jun 1, 2021
1 parent 5ecb38d commit 7b7c8cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
GOPROXY: https://goproxy.cn
commands:
- cd /go/src/github.com/GoAdminGroup/go-admin
- git pull; while (($? == 1)); do sleep 2;git pull; done
- git pull -q
- git checkout -- go.mod go.sum
- git checkout $DRONE_COMMIT
- sleep 80
Expand Down Expand Up @@ -61,7 +61,7 @@ steps:
GOPROXY: https://goproxy.cn
commands:
- cd /go/src/github.com/GoAdminGroup/go-admin
- git pull; while (($? == 1)); do sleep 2;git pull; done
- git pull -q
- git checkout -- go.mod go.sum
- git checkout $DRONE_COMMIT
- sleep 80
Expand All @@ -83,7 +83,7 @@ steps:
GOPROXY: https://goproxy.cn
commands:
- cd /go/src/github.com/GoAdminGroup/go-admin
- git pull; while (($? == 1)); do sleep 2;git pull; done
- git pull -q
- git checkout -- go.mod go.sum
- git checkout $DRONE_COMMIT
- sleep 80
Expand Down Expand Up @@ -112,7 +112,7 @@ steps:
GOPROXY: https://goproxy.cn
commands:
- cd /go/src/github.com/GoAdminGroup/go-admin
- git pull; while (($? == 1)); do sleep 2;git pull; done
- git pull -q
- git checkout -- go.mod go.sum
- git checkout $DRONE_COMMIT
- sleep 80
Expand Down

0 comments on commit 7b7c8cb

Please sign in to comment.