Skip to content

Commit

Permalink
Move git repo to a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Jun 29, 2023
1 parent a4be6ff commit dd55282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-and-exec-jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
displayName: 'Clone target IG'
inputs:
targetType: 'inline'
script: mkdir -p $(Pipeline.Workspace)/target-ig; git clone https://github.com/FHIR/fhir-tools-ig.git $(Pipeline.Workspace)/target-ig
script: mkdir -p $(Pipeline.Workspace)/target-ig; git clone ${execTest.gitRepo} $(Pipeline.Workspace)/target-ig

- task: Maven@3
displayName: 'Run IG Publisher with IG'
Expand Down
3 changes: 1 addition & 2 deletions pull-request-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
- displayName: fhir-tools-ig-exec
vmImage: ubuntu-latest
jdkVersion: 1.11
gitRepo: https://github.com/FHIR/fhir-tools-ig/
igDirectory: fhir-tools-ig
gitRepo: https://github.com/FHIR/fhir-tools-ig.git

0 comments on commit dd55282

Please sign in to comment.