This commit is contained in:
병준 박 2025-04-15 13:19:14 +00:00
parent 92de2fa452
commit ccb8853319

View File

@ -29,7 +29,6 @@ spec:
steps:
- name: upload-to-pypi
image: $(params.pythonImageName)
workingDir: /workspace/shared
env:
- name: HOME
value: /workspace/shared/$(params.home)
@ -37,6 +36,8 @@ spec:
#!/usr/bin/env bash
set -e
ls -al $HOME
HOSTED_URL="$(params.pypi-hosted-url)"
echo "📦 Installing tools..."