cleanup codebase

This commit is contained in:
Shubham Agrawal
2021-12-10 00:34:33 +05:30
parent 1ba794cc2c
commit 0bc05d3d59
5 changed files with 0 additions and 44 deletions

View File

@@ -444,9 +444,7 @@ trigger:
- "refs/tags/**"
depends_on:
# - windows-1803
- windows-1809
# - windows-1903
- windows-1909
- linux-amd64-docker
- linux-arm64-docker
@@ -652,9 +650,7 @@ trigger:
- "refs/tags/**"
depends_on:
# - windows-1803
- windows-1809
# - windows-1903
- windows-1909
- linux-amd64-gcr
- linux-arm64-gcr
@@ -860,9 +856,7 @@ trigger:
- "refs/tags/**"
depends_on:
# - windows-1803
- windows-1809
# - windows-1903
- windows-1909
- linux-amd64-ecr
- linux-arm64-ecr
@@ -1271,9 +1265,7 @@ trigger:
- "refs/tags/**"
depends_on:
# - windows-1803
- windows-1809
# - windows-1903
- windows-1909
- linux-amd64-acr
- linux-arm64-acr

View File

@@ -1,10 +0,0 @@
# escape=`
FROM plugins/docker:windows-1903-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone ACR" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-acr.exe C:/bin/drone-acr.exe
ENTRYPOINT [ "C:\\bin\\drone-acr.exe" ]

View File

@@ -1,10 +0,0 @@
# escape=`
FROM plugins/docker:windows-1903-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone ECR" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-ecr.exe C:/bin/drone-ecr.exe
ENTRYPOINT [ "C:\\bin\\drone-ecr.exe" ]

View File

@@ -1,10 +0,0 @@
# escape=`
FROM plugins/docker:windows-1903-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone GCR" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
ADD release/windows/amd64/drone-gcr.exe C:/bin/drone-gcr.exe
ENTRYPOINT [ "C:\\bin\\drone-gcr.exe" ]

View File

@@ -35,12 +35,6 @@ manifests:
architecture: amd64
os: windows
version: 1809
-
image: plugins/gcr:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1903-amd64
platform:
architecture: amd64
os: windows
version: 1903
-
image: plugins/gcr:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}windows-1909-amd64
platform: