diff --git a/.drone.yml b/.drone.yml index 716dc515..a8d33c8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -202,7 +202,7 @@ platform: os: windows server: - host: windows.1809.amd64.ssh.pipeline + host: windows.1809.amd64.ssh.pipeline.drone.ci password: from_secret: windows_password user: @@ -237,7 +237,7 @@ platform: os: windows server: - host: windows.1903.amd64.ssh.pipeline + host: windows.1903.amd64.ssh.pipeline.drone.ci password: from_secret: windows_password user: diff --git a/scripts/build.sh b/scripts/build.sh index 51ad832d..e26f8a2f 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "building docker images for ${GOOS}/${GOARCH} ..." + REPO="github.com/drone/drone" # compile the server using the cgo