Skip to content

Commit

Permalink
add more info to the output
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 4, 2024
1 parent 2cddb32 commit 1c3f74d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ jobs:
done
- name: Verify the virtual environment interpreter
run: ls -l ${GITHUB_WORKSPACE}/
run: |
source ova_env/bin/activate
ls -l ${GITHUB_WORKSPACE}/
pwd
pwd ova_env/bin/
- name: Run Ansible playbook to generate the OVA
run: |
Expand Down

0 comments on commit 1c3f74d

Please sign in to comment.