Skip to content

Commit

Permalink
Merge pull request #7169 from jordimassaguerpla/ci_fix_podman
Browse files Browse the repository at this point in the history
CI: do not update podman
  • Loading branch information
jordimassaguerpla authored Jun 20, 2023
2 parents 892133c + 1f761e2 commit 61c82c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/acceptance_tests_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
test-uyuni:
runs-on: ubuntu-22.04
steps:
- name: maintenance_message
run: echo "Disabled for maintenance. See https://github.com/uyuni-project/uyuni/discussions/7164" && exit -1
- name: welcome_message
run: echo "Running acceptance tests. More info at https://github.com/uyuni-project/uyuni/wiki/Running-Acceptance-Tests-at-PR"
- name: Install-Podman
run: sh -c "sudo apt-get update && sudo apt-get -y install podman"
- uses: actions/checkout@v3
- name: Cache-jar-files
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion java/buildconf/ivy/ivy-suse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<!-- Compilation and testing -->
<dependency org="suse" name="velocity-engine-core" rev="2.3"/>
<dependency org="suse" name="jetty-util" rev="9.4.48" />
<dependency org="suse" name="jetty-util" rev="9.4.51" />
<dependency org="checkstyle" name="checkstyle" rev="8.30" transitive="false">
<artifact name="all" type="jar" url="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.30/checkstyle-8.30-all.jar"/>
</dependency>
Expand Down

0 comments on commit 61c82c2

Please sign in to comment.