diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-29 14:14:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 14:14:58 -0400 |
commit | 468aa6478c73e4acd8708ce8bb0bb5a056f329c2 (patch) | |
tree | 0d971c3793eb77572fe4bfd4dc8dce115e39339b /.cirrus.yml | |
parent | 00b03db6f208614d7967f5dbd5c0281cc0bd6d23 (diff) | |
parent | 167b026e7de9892046371fbfcd614b092097b55f (diff) | |
download | podman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.tar.gz podman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.tar.bz2 podman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.zip |
Merge pull request #15457 from lsm5/packit-fix-spec-file-action
[CI:BUILD] Packit: Re-introduce packit with fix-spec-file action
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7da409ffb..628b74f72 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -431,7 +431,7 @@ alt_build_task: - env: ALT_NAME: 'Build Without CGO' - env: - ALT_NAME: 'Test build RPM' + ALT_NAME: 'Test build podman-next Copr RPM' - env: ALT_NAME: 'Alt Arch. Cross' # This task cannot make use of the shared repo.tbz artifact. |