refactor pipeline
This commit is contained in:
parent
f6115c1a02
commit
39993170aa
|
|
@ -36,7 +36,7 @@ pipelines:
|
|||
- step:
|
||||
name: Build and Test
|
||||
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 save coturn --output "coturn.tar"
|
||||
- docker save coturn-dns --output "coturn-dns.tar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue