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:
@@ -65,3 +65,7 @@ export const confirmMessage = async (message: string) => {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
export const sleep = (milliseconds) => {
|
||||
return new Promise(resolve => setTimeout(resolve, milliseconds))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user