Test multistages
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user