From 4324fa6885303756e13aa0fbf5c43611e7b8a488 Mon Sep 17 00:00:00 2001 From: proffapt Date: Mon, 11 Mar 2024 17:54:29 +0530 Subject: [PATCH] fix: curl comes pre-installed with ubuntu-latest --- .github/workflows/build-and-deploy.yml | 2 -- .gitignore | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 35b5075..e6d8323 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,8 +8,6 @@ jobs: name: Calls cicd pipeline endpoint for Technology Noticeboard runs-on: ubuntu-latest steps: - - name: Install curl - run: sudo apt-get update && sudo apt-get install -y curl - name: Curl Command env: AUTH_TOKEN: ${{ secrets.CICD_AUTH_TOKEN }} diff --git a/.gitignore b/.gitignore index ca0f903..1ddda41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ notices/ -.env \ No newline at end of file +.env + +.DS_Store