init
This commit is contained in:
parent
92de2fa452
commit
ccb8853319
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user