From 46fdd33762bc044a50139401ca256e1e53d56a70 Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Tue, 18 May 2021 19:36:15 -0700 Subject: [PATCH] cleanup --- .github/workflows/pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 727c7d727e..2b415f357f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -885,12 +885,6 @@ jobs: chmod +x cleanup.sh install_cleanup.sh ./install_cleanup.sh - - name: Update cron - shell: bash - run: | - sudo touch /var/run/job.in.progress - [[ -f /var/run/reboot.in.progress ]] && (echo "reboot in progress"; exit 1) - - name: Install kubectl shell: bash run: |