We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ab20c commit 1a818acCopy full SHA for 1a818ac
action.sh
@@ -206,7 +206,8 @@ function start_vm {
206
startup_prelude="#!/bin/bash
207
set -e
208
shutdown() {
209
- echo ❌ Machine setup failed so deleting $VM_ID in ${machine_zone} ...
+ echo ❌ Machine setup failed so deleting $VM_ID in ${machine_zone} in ${shutdown_timeout} seconds ...
210
+ sleep ${shutdown_timeout}
211
${shutdown_command}
212
}
213
trap shutdown ERR
0 commit comments