init
This commit is contained in:
parent
c5eb01aee3
commit
773a262683
@ -24,6 +24,9 @@ spec:
|
|||||||
- name: extract
|
- name: extract
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
workingDir: /workspace/shared/$(params.subdirectory)
|
workingDir: /workspace/shared/$(params.subdirectory)
|
||||||
|
env:
|
||||||
|
- name: HOME
|
||||||
|
value: /tekton/home
|
||||||
script: |
|
script: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
@ -38,3 +41,5 @@ spec:
|
|||||||
mkdir -p "$(dirname "$target")"
|
mkdir -p "$(dirname "$target")"
|
||||||
cp "/workspace/credentials/$key" "$target"
|
cp "/workspace/credentials/$key" "$target"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ls -al /tekton/home
|
Loading…
x
Reference in New Issue
Block a user