Skip to content

Commit 35c8656

Browse files
author
underpostnet
committed
ci(package-pwa-microservices-template-ghpkg): ⚙️ Update github repo package
1 parent 838155a commit 35c8656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class UnderpostImage {
6464
shellExec(`cd ${buildBasePath}/engine && sudo mv ./${repoName}-private ./engine-private`);
6565
shellCd(`${buildBasePath}/engine`);
6666
shellExec(`underpost install`);
67-
const itcScripts = fs.readdir('./engine-private/itc-scripts');
67+
const itcScripts = await fs.readdir('./engine-private/itc-scripts');
6868
for (const itcScript of itcScripts)
6969
if (itcScript.match(deployId)) shellExec(`node ./engine-private/itc-scripts/${itcScript}`);
7070
}

0 commit comments

Comments
 (0)