Update master-branch-i18n-coverage-pipeline.yml
Put csv in correct location
This commit is contained in:
parent
315d115cc7
commit
63fb941793
|
@ -11,7 +11,7 @@ variables:
|
||||||
# I18N_COVERAGE_FILE, which tells the test to write the output to a file
|
# I18N_COVERAGE_FILE, which tells the test to write the output to a file
|
||||||
# instead.
|
# instead.
|
||||||
- name: i18n.coverage.file
|
- name: i18n.coverage.file
|
||||||
value: i18n-coverage.csv
|
value: ../i18n-coverage.csv
|
||||||
- group: PGP_VAR_GROUP
|
- group: PGP_VAR_GROUP
|
||||||
- group: SONATYPE_VAR_GROUP
|
- group: SONATYPE_VAR_GROUP
|
||||||
- group: GIT_VAR_GROUP
|
- group: GIT_VAR_GROUP
|
||||||
|
@ -78,4 +78,4 @@ jobs:
|
||||||
|
|
||||||
git push https://$(GIT_PAT)@github.com/hapifhir/org.hl7.fhir.core.git
|
git push https://$(GIT_PAT)@github.com/hapifhir/org.hl7.fhir.core.git
|
||||||
|
|
||||||
displayName: 'Push updated csv and plot to git.'
|
displayName: 'Push updated csv and plot to git.'
|
||||||
|
|
Loading…
Reference in New Issue