fix windows server hostnames
This commit is contained in:
parent
90d784f85a
commit
8c9a34e065
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "building docker images for ${GOOS}/${GOARCH} ..."
|
||||
|
||||
REPO="github.com/drone/drone"
|
||||
|
||||
# compile the server using the cgo
|
||||
|
|
Loading…
Reference in a new issue