This commit is contained in:
parent
1220db6560
commit
e892d640dd
@ -29,12 +29,14 @@ steps:
|
|||||||
GOOS: linux
|
GOOS: linux
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir -p ./tmp
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build -o ./tmp/learndrone ./main.go
|
||||||
dryrun-docker:
|
dryrun-docker:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
no_push: true
|
no_push: true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user