diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2169341..47c5aa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,9 +225,7 @@ rpm_upload_for_x86_64_rocky8: stage: upload image: $BUILD_IMAGE_AARCH64_ROCKY9 before_script: - - pip3 uninstall requests urllib3 -y - - pip3 install requests urllib3 - - pwd; ls -l ; cd build ; ls -l + - pwd; ls -l ; cd build ; rm ssl.so; ls -l - cp /root/rpm_upload_tools.py ./ variables: PULP3_REPO_NAME: protocol-stable-aarch64.el9 |
