Test
parent
ea77183b7a
commit
56310a4d99
|
|
@ -7,7 +7,8 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
secrets: [DB_PASS]
|
secrets:
|
||||||
|
- DB_PASS
|
||||||
commands:
|
commands:
|
||||||
- docker build --tag ofb_api .
|
- docker build --tag ofb_api .
|
||||||
- docker rm -f ofb_api || true
|
- docker rm -f ofb_api || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue