From b3f8d5c9c9483906f81597b6d7d9aea2e7e7ff4c Mon Sep 17 00:00:00 2001 From: Anwesha Das Date: Thu, 9 May 2024 20:48:46 +0200 Subject: [PATCH] Removes ansible-build-data checkout --- .github/workflows/eerelease.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/eerelease.yml b/.github/workflows/eerelease.yml index 9175496..4f4f214 100644 --- a/.github/workflows/eerelease.yml +++ b/.github/workflows/eerelease.yml @@ -48,26 +48,19 @@ jobs: run: | echo "CI_COMMIT_MSG=\"Relasing the new excution environment image: ${{ env.BASE_EE_VERSION }}\"" >> $GITHUB_ENV #check if the Commit msg is correct or not - - name: Check out ansible-build-data - uses: actions/checkout@v4 - with: - repository: ansible-community/ansible-build-data - ref: main - path: ansible-build-data - - - name: Check out images uses: actions/checkout@v4 with: repository: ansible-community/images ref: main - path: images + #path: images - name: Check out eercheck repo for testing uses: actions/checkout@v4 with: repository: anweshadas/eercheck ref: main + path: eercheck - name: Set up Python 3.11 uses: actions/setup-python@v5 @@ -79,6 +72,8 @@ jobs: python3 -m pip install ansible-builder python3 -m pip install setuptools sudo apt install podman --yes + pwd + ls -l - name: Pull the latest fedora image run: |