Skip to content

Commit

Permalink
Checks the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anweshadas committed May 8, 2024
1 parent db09965 commit 7892c20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jobs:
podman pull fedora:latest
- name: Build the Base Community EE image
run: |
ansible-builder build --tag ghcr.io/ansible-community/community-ee-base:${{ env.BASE_EE_VERSION }}
#working-directory:
run: >-
pwd
ansible-builder build --tag ghcr.io/ansible-community/community-ee-base:${{ env.BASE_EE_VERSION }}
- name: Find the id of the latest Base EE image
run: |
Expand Down

0 comments on commit 7892c20

Please sign in to comment.