#137 ignore errors when enabling copr repos using rhts role
Merged 6 years ago by astepano. Opened 6 years ago by bgoncalv.
bgoncalv/standard-test-roles rhts-ignore-copr-error  into  master

@@ -11,9 +11,11 @@ 

  

  - name: Enable COPR repo for restraint

    shell: dnf copr -y enable bpeck/restraint

+   ignore_errors: True

  

  - name: Enable COPR repo for beakerlib-libraries

    shell: dnf copr -y enable mvadkert/beakerlib-libraries

+   ignore_errors: True

    when: use_beakerlib_libraries

  

  - name: Install restraint from COPR repo

no initial comment

Commit fec8c66 fixes this pull-request

Pull-Request has been merged by astepano

6 years ago

Pull-Request has been merged by astepano

6 years ago