From 9a78427ad1d9c299a3a8321247b629220cd4206c Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 3 Nov 2023 17:41:06 +0530 Subject: [PATCH] Remove unnecessary stuff --- .github/workflows/pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e2b9788..2362d35 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -84,9 +84,6 @@ jobs: deploy_frontend: runs-on: ubuntu-22.04 - defaults: - run: - shell: bash needs: [docker_build_push] permissions: contents: write @@ -100,7 +97,7 @@ jobs: node-version: 18 - name: Install wasp - run: curl -sSLk https://get.wasp-lang.dev/installer.sh | sh + run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh - name: Build wasp run: wasp build