This commit is contained in:
parent
8cc1b7e6a7
commit
53572f19f4
@ -18,7 +18,8 @@ steps:
|
|||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- name: Build binary (Linux)
|
- name: Build binary (Linux)
|
||||||
depends_on: Clone skopeo source repository
|
depends_on:
|
||||||
|
- Clone skopeo source repository
|
||||||
image: bv11-cr01.bessems.eu/proxy/library/golang
|
image: bv11-cr01.bessems.eu/proxy/library/golang
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y go-md2man
|
- apt-get update && apt-get install -y go-md2man
|
||||||
@ -38,7 +39,8 @@ steps:
|
|||||||
from_secret: git_apikey
|
from_secret: git_apikey
|
||||||
GIT_USERNAME: djpbessems
|
GIT_USERNAME: djpbessems
|
||||||
- name: Build binary (Windows)
|
- name: Build binary (Windows)
|
||||||
depends_on: Clone skopeo source repository
|
depends_on:
|
||||||
|
- Clone skopeo source repository
|
||||||
image: bv11-cr01.bessems.eu/proxy/library/golang
|
image: bv11-cr01.bessems.eu/proxy/library/golang
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y go-md2man
|
- apt-get update && apt-get install -y go-md2man
|
||||||
|
Loading…
Reference in New Issue
Block a user