From dbb68b649510dcd5c5c51a8ee36cc51f4fed97d1 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 22 Apr 2022 15:34:18 +0100 Subject: [PATCH] fix job --- .github/workflows/common-jobs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/common-jobs.yaml b/.github/workflows/common-jobs.yaml index e8942d0c4b..4127fc8ec0 100644 --- a/.github/workflows/common-jobs.yaml +++ b/.github/workflows/common-jobs.yaml @@ -19,6 +19,4 @@ jobs: - run: sudo apt-get install -y nodejs - run: npm install - run: npm run lint - - run: chmod +x ./ci/scripts/cleanup.sh - - run: ./ci/scripts/cleanup.sh