Skip to content

Commit

Permalink
add github.workspace to the activation of the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 15, 2024
1 parent f0de303 commit b7b625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Run Ansible playbook to generate the OVA
run: |
source ova_env/bin/activate
source ${{ github.workspace }}/ova_env/bin/activate
builder_args="-i"
ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook -i ${{ env.INVENTORY_PATH }}/inventory .github/workflows/ansible_playbooks/ova_generator.yaml \
--extra-vars " \
Expand Down

0 comments on commit b7b625d

Please sign in to comment.