This commit is contained in:
Frostebite
2025-08-28 06:48:50 +01:00
parent e9a60d4ec8
commit 0650d1de5c
10 changed files with 96 additions and 34 deletions

View File

@@ -94,6 +94,7 @@ commands: echo "test"`;
cacheKey: `test-case-${uuidv4()}`,
containerHookFiles: `my-test-step-pre-build,my-test-step-post-build`,
commandHookFiles: `my-test-hook-pre-build,my-test-hook-post-build`,
cloudRunnerDebug: true,
};
const buildParameter2 = await CreateParameters(overrides);
const baseImage2 = new ImageTag(buildParameter2);