Skip to content

Commit

Permalink
Updates the working directories
Browse files Browse the repository at this point in the history
Update to images/execution-environments/community-ee-base in the build
step.
 Updates to ~/eercheck in the Test step.
  • Loading branch information
anweshadas committed May 9, 2024
1 parent 6711f4f commit 4e8978f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
podman pull fedora:latest
- name: Build the Base Community EE image
working-directory:
working-directory: images/execution-environments/community-ee-base
run: |
ansible-builder build --tag ghcr.io/anweshadas/community-ee-base:${{ env.BASE_EE_VERSION }}
Expand All @@ -96,7 +96,7 @@ jobs:
# Break down to 2 spearate step/ cd ../eercheck

- name: Test the image with eercheck
working-directory: eercheck
working-directory: ~/eercheck
run: |
pwd
ls -l
Expand Down

0 comments on commit 4e8978f

Please sign in to comment.