Compare commits
No commits in common. "4ab80616a6a6e417c193f5601a97cb66e245a3e1" and "c4602b9d4e2156da7182da40ea5e3015aab424e6" have entirely different histories.
4ab80616a6
...
c4602b9d4e
@ -9,12 +9,12 @@ platform:
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- docker-compose -p pycms build
|
||||
- docker build .
|
||||
- name: test
|
||||
commands:
|
||||
- docker-compose -p pycms up --build --abort-on-container-exit
|
||||
- docker-compose up --build --abort-on-container-exit
|
||||
- name: run
|
||||
commands:
|
||||
- docker-compose -p pycms up -d
|
||||
- docker-compose up --build -d
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user