Skip to content

Commit

Permalink
Remove unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 3, 2023
1 parent e8a7bc9 commit 9a78427
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:

deploy_frontend:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
needs: [docker_build_push]
permissions:
contents: write
Expand All @@ -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
Expand Down

0 comments on commit 9a78427

Please sign in to comment.