Skip to content

Commit c1ed943

Browse files
committed
Remove use of venv from container promotion workflow
We no longer use virtualenvs in CI.
1 parent 6ddc14e commit c1ed943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/container-promote.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
if [[ $CHECK_MODE = true ]]; then
4848
args="$args --check --diff"
4949
fi
50-
source venv/bin/activate &&
5150
ansible-playbook -i ansible/inventory \
5251
ansible/dev-pulp-container-tag-query-kayobe.yml \
5352
ansible/dev-pulp-container-promote.yml \

0 commit comments

Comments
 (0)