Former-commit-id: 3fa026a0158edebab834b304cdb2c3a39a8b22fb Former-commit-id: cb4f45f4278cb7faeac155bfd4fa91c3df87f36c1.0
parent
e36c62d2db
commit
56b1a9863e
@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: config
|
||||
image: docker/compose:1.29.2
|
||||
commands:
|
||||
- cp .env.example .env
|
||||
- docker-compose config
|
Loading…
Reference in new issue