2
This commit is contained in:
@@ -6,7 +6,7 @@ volumes:
|
|||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
@@ -29,5 +29,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- docker compose up -d
|
- docker compose up -d
|
||||||
when:
|
when:
|
||||||
event: push
|
event:
|
||||||
branch: main
|
- push
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
Reference in New Issue
Block a user