3296: now starts the codepipeline after stack update through pwcli (#17)

* now starts the codepipeline after stack update through pwcli

* cleanup
This commit is contained in:
Arwid Thornström
2023-02-03 09:11:20 +01:00
committed by GitHub
parent b338de406c
commit 258e0b2dde
3 changed files with 38 additions and 6 deletions
+4
View File
@@ -65,3 +65,7 @@ export const confirmMessage = async (message: string) => {
return false;
}
};
export const sleep = (milliseconds) => {
return new Promise(resolve => setTimeout(resolve, milliseconds))
}