Skip to content

Commit 5f5708a

Browse files
authored
Overwrite runnner file commands (#298)
1 parent f8e1cae commit 5f5708a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/k8s/src/hooks/run-script-step.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export async function runScriptStep(
4848
'SRC=/__w/_temp_pre',
4949
'DST=/__w/_temp',
5050
// Overwrite _runner_file_commands
51+
'cp -a "$SRC/_runner_file_commands/." "$DST/_runner_file_commands"',
5152
`find "$SRC" -type f ! -path "*/_runner_file_commands/*" -exec sh -c '
5253
rel="\${1#$2/}"
5354
target="$3/$rel"

0 commit comments

Comments
 (0)