Skip to content

Commit 7ade37a

Browse files
Update .drone.yml
1 parent 319660d commit 7ade37a

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.drone.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -77,43 +77,43 @@ trigger:
7777
depends_on:
7878
- testing
7979

80-
---
81-
kind: pipeline
82-
type: ssh
83-
name: windows-1903-amd64-docker
84-
85-
platform:
86-
os: windows
87-
88-
server:
89-
host: windows.1903.amd64.plugins.drone.ci
90-
password:
91-
from_secret: windows_password
92-
user:
93-
from_secret: windows_username
94-
95-
steps:
96-
- name: build
97-
commands:
98-
# TODO use the new DRONE_SEMVER_SHORT environment variables to
99-
# publish docker images for tag events.
100-
- go build -o release/windows/amd64/drone-docker.exe ./cmd/drone-docker
101-
- docker login -u $env:USERNAME -p $env:PASSWORD
102-
- docker build -f docker/docker/Dockerfile.windows.1903 -t plugins/docker:windows-1903-amd64 .
103-
- docker push plugins/docker:windows-1903-amd64
104-
environment:
105-
CGO_ENABLED: "0"
106-
USERNAME:
107-
from_secret: docker_username
108-
PASSWORD:
109-
from_secret: docker_password
110-
111-
trigger:
112-
event:
113-
- push
114-
115-
depends_on:
116-
- testing
80+
# ---
81+
# kind: pipeline
82+
# type: ssh
83+
# name: windows-1903-amd64-docker
84+
85+
# platform:
86+
# os: windows
87+
88+
# server:
89+
# host: windows.1903.amd64.plugins.drone.ci
90+
# password:
91+
# from_secret: windows_password
92+
# user:
93+
# from_secret: windows_username
94+
95+
# steps:
96+
# - name: build
97+
# commands:
98+
# # TODO use the new DRONE_SEMVER_SHORT environment variables to
99+
# # publish docker images for tag events.
100+
# - go build -o release/windows/amd64/drone-docker.exe ./cmd/drone-docker
101+
# - docker login -u $env:USERNAME -p $env:PASSWORD
102+
# - docker build -f docker/docker/Dockerfile.windows.1903 -t plugins/docker:windows-1903-amd64 .
103+
# - docker push plugins/docker:windows-1903-amd64
104+
# environment:
105+
# CGO_ENABLED: "0"
106+
# USERNAME:
107+
# from_secret: docker_username
108+
# PASSWORD:
109+
# from_secret: docker_password
110+
111+
# trigger:
112+
# event:
113+
# - push
114+
115+
# depends_on:
116+
# - testing
117117

118118
---
119119
kind: pipeline
@@ -441,11 +441,11 @@ trigger:
441441

442442
depends_on:
443443
- windows-1809-amd64-docker
444-
- windows-1903-amd64-docker
445444
- windows-1909-amd64-docker
446445
- linux-amd64-docker
447446
- linux-arm64-docker
448447
- linux-arm-docker
448+
# - windows-1903-amd64-dfocker
449449

450450
---
451451
kind: pipeline
@@ -1539,4 +1539,4 @@ depends_on:
15391539
- linux-arm-acr
15401540

15411541

1542-
...
1542+
...

0 commit comments

Comments
 (0)