Fix syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-02-09 13:25:43 +01:00
parent 8cc1b7e6a7
commit 53572f19f4
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ steps:
status:
- success
- name: Build binary (Linux)
depends_on: Clone skopeo source repository
depends_on:
- Clone skopeo source repository
image: bv11-cr01.bessems.eu/proxy/library/golang
commands:
- apt-get update && apt-get install -y go-md2man
@ -38,7 +39,8 @@ steps:
from_secret: git_apikey
GIT_USERNAME: djpbessems
- name: Build binary (Windows)
depends_on: Clone skopeo source repository
depends_on:
- Clone skopeo source repository
image: bv11-cr01.bessems.eu/proxy/library/golang
commands:
- apt-get update && apt-get install -y go-md2man