We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9ea4 commit f4e1f41Copy full SHA for f4e1f41
.gitlab-ci.yml
@@ -90,7 +90,7 @@ repoupdate:
90
# SSH
91
- 'which ssh-agent || ( apt update --yes && apt install openssh-client --yes )'
92
- apt update --yes
93
- - apt install twine python3-setuptools python3-wheel python3-build --yes
+ - apt install twine python3-setuptools python3-wheel python3-build python3-venv --yes
94
- eval $(ssh-agent -s)
95
- ssh-add <(echo "$SSH_PRIVATE_KEY")
96
- mkdir -p ~/.ssh
0 commit comments