Another Test

test
dan 2020-10-30 21:59:57 -06:00
parent eb481285b5
commit ea77183b7a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
volumes: volumes:
- name: docker_sock - name: docker_sock
path: /var/run/docker.sock path: /var/run/docker.sock
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