refactor pipeline

This commit is contained in:
Victor Barba Martin 2021-11-15 17:38:20 +01:00
parent f6115c1a02
commit 39993170aa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pipelines:
- step: - step:
name: Build and Test name: Build and Test
script: script:
- docker build . --file docker/coturn/Dockerfile --tag coturn-dns - docker build . --file docker/coturn/Dockerfile --tag coturn
- docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns - docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns
- docker save coturn --output "coturn.tar" - docker save coturn --output "coturn.tar"
- docker save coturn-dns --output "coturn-dns.tar" - docker save coturn-dns --output "coturn-dns.tar"