For now we won't run a full k8s build, doesn't exit at end of workflow
parent
e6d7768bbe
commit
7bfb341904
|
|
@ -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;
|
|
||||||
Loading…
Reference in New Issue