fix windows server hostnames

This commit is contained in:
Brad Rydzewski 2019-08-06 23:08:32 -07:00
parent 90d784f85a
commit 8c9a34e065
2 changed files with 4 additions and 2 deletions

View file

@ -202,7 +202,7 @@ platform:
os: windows os: windows
server: server:
host: windows.1809.amd64.ssh.pipeline host: windows.1809.amd64.ssh.pipeline.drone.ci
password: password:
from_secret: windows_password from_secret: windows_password
user: user:
@ -237,7 +237,7 @@ platform:
os: windows os: windows
server: server:
host: windows.1903.amd64.ssh.pipeline host: windows.1903.amd64.ssh.pipeline.drone.ci
password: password:
from_secret: windows_password from_secret: windows_password
user: user:

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
echo "building docker images for ${GOOS}/${GOARCH} ..."
REPO="github.com/drone/drone" REPO="github.com/drone/drone"
# compile the server using the cgo # compile the server using the cgo