mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 09:20:31 +00:00
fix dependency clone due to failed verification
This commit is contained in:
parent
e8d300116c
commit
c95c348b2a
1 changed files with 1 additions and 1 deletions
2
ci.sh
2
ci.sh
|
@ -14,7 +14,7 @@ chmod 600 /root/.ssh/id_rsa
|
||||||
# clone the extras project.
|
# clone the extras project.
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
git clone git@github.com:drone/drone-enterprise.git extras
|
GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" git clone git@github.com:drone/drone-enterprise.git extras
|
||||||
|
|
||||||
# build a static binary with the build number and extra features.
|
# build a static binary with the build number and extra features.
|
||||||
go build -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=build.${DRONE_BUILD_NUMBER}' -tags extras -o release/drone github.com/drone/drone/drone
|
go build -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=build.${DRONE_BUILD_NUMBER}' -tags extras -o release/drone github.com/drone/drone/drone
|
||||||
|
|
Loading…
Reference in a new issue