init
This commit is contained in:
parent
92de2fa452
commit
ccb8853319
@ -29,7 +29,6 @@ spec:
|
|||||||
steps:
|
steps:
|
||||||
- name: upload-to-pypi
|
- name: upload-to-pypi
|
||||||
image: $(params.pythonImageName)
|
image: $(params.pythonImageName)
|
||||||
workingDir: /workspace/shared
|
|
||||||
env:
|
env:
|
||||||
- name: HOME
|
- name: HOME
|
||||||
value: /workspace/shared/$(params.home)
|
value: /workspace/shared/$(params.home)
|
||||||
@ -37,6 +36,8 @@ spec:
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
ls -al $HOME
|
||||||
|
|
||||||
HOSTED_URL="$(params.pypi-hosted-url)"
|
HOSTED_URL="$(params.pypi-hosted-url)"
|
||||||
|
|
||||||
echo "📦 Installing tools..."
|
echo "📦 Installing tools..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user