From 7854f1ff0dfa5cea7686f551183e3734508374c5 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Wed, 10 Jan 2024 08:26:02 -0600 Subject: [PATCH] testing on branch (#142) * testing a new build * updating docker login action to v3 --------- Co-authored-by: David Danielsson --- .github/tests/build_ee.yml | 11 +++++------ .github/workflows/ci_testing.yaml | 2 +- .yamllint.yml => .yamllint | 0 3 files changed, 6 insertions(+), 7 deletions(-) rename .yamllint.yml => .yamllint (100%) diff --git a/.github/tests/build_ee.yml b/.github/tests/build_ee.yml index c51ac46..0d68a01 100644 --- a/.github/tests/build_ee.yml +++ b/.github/tests/build_ee.yml @@ -45,16 +45,15 @@ - netaddr galaxy: collections: - - name: awx.awx - version: 22.4.0 - infra.controller_configuration - infra.ah_configuration - infra.ee_utilities - infra.aap_utilities + - awx.awx build_steps: - prepend_final: - - RUN whoami - - RUN cat /etc/os-release append_final: - - RUN echo This is a post-install command! + - RUN true && microdnf clean all && microdnf upgrade --refresh && microdnf clean all && true + - RUN cat /etc/redhat-r* + options: + package_manager_path: /usr/bin/microdnf ... diff --git a/.github/workflows/ci_testing.yaml b/.github/workflows/ci_testing.yaml index e0c731b..6b15440 100644 --- a/.github/workflows/ci_testing.yaml +++ b/.github/workflows/ci_testing.yaml @@ -27,7 +27,7 @@ jobs: run: ansible-galaxy collection install containers.podman -f - name: Docker login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: redhat_cop+github_action diff --git a/.yamllint.yml b/.yamllint similarity index 100% rename from .yamllint.yml rename to .yamllint