This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:latest
|
pull: always
|
||||||
|
image: golang:alpine
|
||||||
commands:
|
commands:
|
||||||
- "pwd && ls"
|
- "pwd && ls"
|
||||||
- "cd helloworld"
|
- "cd helloworld"
|
||||||
|
|||||||
Reference in New Issue
Block a user