Skip to content

Commit 27ca85f

Browse files
authored
rm cml rerun-workflow (#705)
1 parent d53e68f commit 27ca85f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

task/common/machine/machine-script.sh.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111
#!/bin/bash
1212
sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313
source /opt/task/credentials
14-
if ! test -z "$CI"; then
15-
cml rerun-workflow
16-
fi
1714
(systemctl is-system-running | grep stopping) || leo stop --cloud="$TPI_TASK_CLOUD_PROVIDER" --region="$TPI_TASK_CLOUD_REGION" "$TPI_TASK_IDENTIFIER";
1815
END
1916

task/common/machine/testdata/machine_script_full.golden

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111
#!/bin/bash
1212
sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313
source /opt/task/credentials
14-
if ! test -z "$CI"; then
15-
cml rerun-workflow
16-
fi
1714
(systemctl is-system-running | grep stopping) || leo stop --cloud="$TPI_TASK_CLOUD_PROVIDER" --region="$TPI_TASK_CLOUD_REGION" "$TPI_TASK_IDENTIFIER";
1815
END
1916

task/common/machine/testdata/machine_script_minimal.golden

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111
#!/bin/bash
1212
sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313
source /opt/task/credentials
14-
if ! test -z "$CI"; then
15-
cml rerun-workflow
16-
fi
1714
(systemctl is-system-running | grep stopping) || leo stop --cloud="$TPI_TASK_CLOUD_PROVIDER" --region="$TPI_TASK_CLOUD_REGION" "$TPI_TASK_IDENTIFIER";
1815
END
1916

0 commit comments

Comments
 (0)