Skip to content

Commit

Permalink
Removes ansible-build-data checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
anweshadas committed May 9, 2024
1 parent 13253cf commit b3f8d5c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/eerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit b3f8d5c

Please sign in to comment.