Skip to content

Commit

Permalink
Update azure-pipelines-1.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmdavef committed Oct 31, 2020
1 parent b055487 commit f27c6e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 3,22 @@
# Build a Docker image
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker

trigger:
- master
#trigger:
#- master

resources:
- repo: self
#resources:
#- repo: self

variables:
tag: '$(Build.BuildId)'
dockerRegistryServiceConnection: gmdavef-docker-registry-conn
#variables:
# tag: '$(Build.BuildId)'
# dockerRegistryServiceConnection: gmdavef-docker-registry-conn

stages:
- stage:
displayName: Build image
jobs:
- job: Build
displayName: Build
#- stage:
# displayName: Build image
# jobs:
# - job: Build
# displayName: Build
# pool:
# vmImage: 'ubuntu-latest'
steps:
Expand Down

0 comments on commit f27c6e3

Please sign in to comment.