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
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
when:
|
||||
- event: push
|
||||
branch: test
|
||||
|
||||
steps:
|
||||
- name: build and deploy
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
@ -18,6 +14,3 @@ steps:
|
|||
password:
|
||||
from_secret: registreu_spassword
|
||||
tags: latest
|
||||
|
||||
node:
|
||||
saces: saces
|
Loading…
Reference in a new issue