For now we won't run a full k8s build, doesn't exit at end of workflow

pull/461/head
Frostebite 2022-10-01 00:33:27 +01:00
parent e6d7768bbe
commit 7bfb341904
2 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
import CloudRunnerLogger from '../cloud-runner/services/cloud-runner-logger';
import { CliFunction } from './cli-functions-repository';
export class CustomBehaviourFiles {
@CliFunction(`run-hooks`, `runs custom hooks`)
public static async RunCustomHookFiles() {
CloudRunnerLogger.log('Run custom hooks');
}
}
export default CustomBehaviourFiles;