test
This commit is contained in:
parent
10e588a72b
commit
fcd6dd1f60
1 changed files with 4 additions and 11 deletions
|
@ -1,13 +1,9 @@
|
||||||
kind: pipeline
|
when:
|
||||||
type: docker
|
- event: push
|
||||||
name: default
|
branch: test
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build and deploy
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -18,6 +14,3 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: registreu_spassword
|
from_secret: registreu_spassword
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
node:
|
|
||||||
saces: saces
|
|
Loading…
Reference in a new issue