Skip to content

Commit

Permalink
chore: fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
petersolopov committed Apr 5, 2023
1 parent 9899091 commit ad530d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
docker build --file Dockerfile --build-arg npm-ci-params="--only=production" -t petersolopov/carbonara .
docker push petersolopov/carbonara:latest
deploy:
needs: [lint, test]

Expand All @@ -64,7 +63,6 @@ jobs:
curl -s ${{ secrets.DEPLOY_HOOK }} \
> /dev/null
notify:
needs: [lint, test, push, deploy]

Expand Down

0 comments on commit ad530d9

Please sign in to comment.