test
dan 2020-10-30 22:05:07 -06:00
parent ea77183b7a
commit 56310a4d99
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ steps:
volumes:
- name: docker_sock
path: /var/run/docker.sock
secrets: [DB_PASS]
secrets:
- DB_PASS
commands:
- docker build --tag ofb_api .
- docker rm -f ofb_api || true