From 7ade37a140fe0ca52687c10f177953e098f68680 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 16 Feb 2021 09:44:28 -0500 Subject: [PATCH] Update .drone.yml --- .drone.yml | 78 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/.drone.yml b/.drone.yml index f520bb8a..c7741508 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,43 +77,43 @@ trigger: depends_on: - testing ---- -kind: pipeline -type: ssh -name: windows-1903-amd64-docker - -platform: - os: windows - -server: - host: windows.1903.amd64.plugins.drone.ci - password: - from_secret: windows_password - user: - from_secret: windows_username - -steps: -- name: build - commands: - # TODO use the new DRONE_SEMVER_SHORT environment variables to - # publish docker images for tag events. - - go build -o release/windows/amd64/drone-docker.exe ./cmd/drone-docker - - docker login -u $env:USERNAME -p $env:PASSWORD - - docker build -f docker/docker/Dockerfile.windows.1903 -t plugins/docker:windows-1903-amd64 . - - docker push plugins/docker:windows-1903-amd64 - environment: - CGO_ENABLED: "0" - USERNAME: - from_secret: docker_username - PASSWORD: - from_secret: docker_password - -trigger: - event: - - push - -depends_on: -- testing +# --- +# kind: pipeline +# type: ssh +# name: windows-1903-amd64-docker + +# platform: +# os: windows + +# server: +# host: windows.1903.amd64.plugins.drone.ci +# password: +# from_secret: windows_password +# user: +# from_secret: windows_username + +# steps: +# - name: build +# commands: +# # TODO use the new DRONE_SEMVER_SHORT environment variables to +# # publish docker images for tag events. +# - go build -o release/windows/amd64/drone-docker.exe ./cmd/drone-docker +# - docker login -u $env:USERNAME -p $env:PASSWORD +# - docker build -f docker/docker/Dockerfile.windows.1903 -t plugins/docker:windows-1903-amd64 . +# - docker push plugins/docker:windows-1903-amd64 +# environment: +# CGO_ENABLED: "0" +# USERNAME: +# from_secret: docker_username +# PASSWORD: +# from_secret: docker_password + +# trigger: +# event: +# - push + +# depends_on: +# - testing --- kind: pipeline @@ -441,11 +441,11 @@ trigger: depends_on: - windows-1809-amd64-docker -- windows-1903-amd64-docker - windows-1909-amd64-docker - linux-amd64-docker - linux-arm64-docker - linux-arm-docker +# - windows-1903-amd64-dfocker --- kind: pipeline @@ -1539,4 +1539,4 @@ depends_on: - linux-arm-acr -... \ No newline at end of file +...