This commit is contained in:
Shivam Gupta
2020-01-10 11:26:48 +05:30
parent 0527303033
commit 4c0e9cfbff
8 changed files with 168 additions and 85 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import * as io from '@actions/io';
import * as path from 'path';
import { getExecutableExtension, isEqual } from "./utilities/utility";
import { downloadKubectl, getStableKubectlVersion } from "./kubectl-util";
import { downloadKubectl, getStableKubectlVersion } from "./utilities/kubectl-util";
import { deploy } from './utilities/strategy-helpers/deployment-helper';
import { promote } from './actions/promote';
import { reject } from './actions/reject';