We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e1cae commit 5f5708aCopy full SHA for 5f5708a
packages/k8s/src/hooks/run-script-step.ts
@@ -48,6 +48,7 @@ export async function runScriptStep(
48
'SRC=/__w/_temp_pre',
49
'DST=/__w/_temp',
50
// Overwrite _runner_file_commands
51
+ 'cp -a "$SRC/_runner_file_commands/." "$DST/_runner_file_commands"',
52
`find "$SRC" -type f ! -path "*/_runner_file_commands/*" -exec sh -c '
53
rel="\${1#$2/}"
54
target="$3/$rel"
0 commit comments