File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111#!/bin/bash
1212sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313source /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";
1815END
1916
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111#!/bin/bash
1212sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313source /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";
1815END
1916
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ sudo tee /usr/bin/tpi-task-shutdown << 'END'
1111#!/bin/bash
1212sleep 20; while pgrep rclone > /dev/null; do sleep 1; done
1313source /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";
1815END
1916
You can’t perform that action at this time.
0 commit comments