mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build: ♻ misc build updates
This commit is contained in:
parent
e5679d530e
commit
443cb178b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue