Test multistages
This commit is contained in:
parent
4c12a5927e
commit
b15b408476
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: default
|
name: Build
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
@ -11,6 +11,8 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|
||||||
|
name: Deployment
|
||||||
- name: run
|
- name: run
|
||||||
commands:
|
commands:
|
||||||
- docker-compose up --build -d
|
- docker-compose up --build -d
|
||||||
|
Loading…
Reference in New Issue
Block a user