mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
keep azure-devops in docker-devops branch for now
This commit is contained in:
parent
3a9702f99e
commit
ba158e0a00
1 changed files with 0 additions and 17 deletions
|
|
@ -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)
|
||||
Loading…
Reference in a new issue