We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0caefd commit 2e6b610Copy full SHA for 2e6b610
tasks/baseline.js
@@ -14,4 +14,6 @@ var cmd = containerCommands.getRunCmd(
14
);
15
16
console.log(msg);
17
-common.execCmd(cmd);
+common.execCmd(containerCommands.ping, function() {
18
+ common.execCmd(cmd);
19
+});
0 commit comments