build: ♻ misc build updates

This commit is contained in:
Collin M. Barrett 2020-09-06 14:08:17 -05:00
parent e5679d530e
commit 443cb178b2

View file

@ -150,7 +150,7 @@ steps:
condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), eq(variables['commitOrAbandon.committed'], 'true'), succeeded())
inputs:
dockerComposeFile: docker-compose.directory.migrations.tests.yml
dockerComposeCommand: build directory.infrastructure.migrations.tests
dockerComposeCommand: build directory-migrations-tests
- task: Docker@2
displayName: create volume test-migrations-results
@ -171,7 +171,7 @@ steps:
condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), eq(variables['commitOrAbandon.committed'], 'true'), succeeded())
inputs:
dockerComposeFile: docker-compose.directory.migrations.tests.yml
dockerComposeCommand: run directory.infrastructure.migrations.tests
dockerComposeCommand: run directory-migrations-tests
- task: Docker@2
displayName: create container test-migrations-results