Skip to content

Commit

Permalink
Removes Ansible reinstall from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luksi1 committed Apr 26, 2023
1 parent a505a4c commit 8019ef6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ variables:

before_script:
- ./tests/scripts/rebase.sh
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- python -m pip uninstall -y ansible ansible-base ansible-core
- python -m pip install -r tests/requirements-${ANSIBLE_MAJOR_VERSION}.txt
- mkdir -p /.ssh

.job: &job
Expand Down

0 comments on commit 8019ef6

Please sign in to comment.