Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
feat(pipeline): use azure-devops variable groups
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng committed Nov 29, 2019
1 parent 0b3b489 commit 954ac50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ trigger:
- feat/*

variables:
repository: $(registry-host)/$(registry-namespace)
imageName: $(repository)/$(app-name)
imageTag: $(Build.BuildId)-$(Build.SourceVersion)
- group: azure-demos-config
- name: repository
value: $(registry-host)/$(registry-namespace)
- name: imageName
value: $(repository)/$(app-name)
- name: imageTag
value: $(Build.BuildId)-$(Build.SourceVersion)

stages:
- stage: Tests
Expand Down

0 comments on commit 954ac50

Please sign in to comment.