#3 Update .gitignore
Closed 4 years ago by tagoh. Opened 4 years ago by tagoh.
rpms/ tagoh/adobe-source-han-code-jp-fonts citest  into  master

file modified
+1
@@ -2,3 +2,4 @@ 

  /source-han-code-jp-2.011R.zip

  /tests/artifacts

  *~

+ /foo 

\ No newline at end of file

@@ -2,7 +2,7 @@ 

  

  - block:

    - name: language coverage

-     script: run-lang-coverage-test --lang "{{ item }}" --path "{{ path_prefix }}" --artifactsdir "{{ remote_artifacts }}" {{ "" if coverage.values is not defined and coverage[item].ignore is not defined else "--ignore " + (coverage[item].ignore | join('--ignore ')) }}

+     script: run-lang-coverage-test --lang "{{ item }}" --path "{{ path_prefix }}" --artifactsdir "{{ remote_artifacts }}" {{ "" if coverage.values is not defined or coverage[item].ignore is not defined else "--ignore " + (coverage[item].ignore | join('--ignore ')) }}

      with_items:

      - "{{ coverage if coverage.keys is not defined else coverage.keys()|list }}"

    - name: generic family assignment

no initial comment

1 new commit added

  • Update tests/roles/custom-test-fonts/tasks/main.yml
4 years ago

Pull-Request has been closed by tagoh

4 years ago