Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-09 11:06:13 +05:30
parent 14aeab7d17
commit 6c8dd380f7
5 changed files with 37 additions and 16 deletions

View file

@ -17,7 +17,7 @@ export async function run(): Promise<void> {
await cli.execute([ "version" ]);
// Check if fuse-overlayfs exists and find the storage driver
await cli.checkFuseOverlayfs();
await cli.setStorageOptsEnv();
const DEFAULT_TAG = "latest";
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();