Skip to content

Commit

Permalink
fix: curl comes pre-installed with ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Mar 11, 2024
1 parent e794356 commit 4324fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
notices/
.env
.env

.DS_Store

0 comments on commit 4324fa6

Please sign in to comment.