keep azure-devops in docker-devops branch for now

This commit is contained in:
Collin M. Barrett 2019-01-21 11:07:30 -06:00
parent 3a9702f99e
commit ba158e0a00

View file

@ -1,17 +0,0 @@
trigger:
- docker-devops
pool:
vmImage: "Ubuntu-16.04"
variables:
buildConfiguration: "Release"
imageName: "FilterLists:$(Build.BuildId)"
steps:
- script: |
docker-compose build
docker login -u $(dockerId) -p $pswd
docker-compose push --ignore-push-failures
env:
pswd: $(dockerPassword)