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