Compare commits

..

No commits in common. "04905c59db3157149b328dd886cad477ec367d98" and "3aa77129ec45e9c2113d3ae1ed5c9ddb57818de8" have entirely different histories.

View File

@ -1,20 +0,0 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- docker build .
- name: test
commands:
- docker-compose up --build --abort-on-container-exit
- name: run
commands:
- docker-compose up --build -d