Skip to content

Commit

Permalink
Remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 3, 2023
1 parent 9a78427 commit cff44a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ jobs:
permissions:
contents: write
if: github.ref_name == 'main' || github.ref_name == 'fix-frontend-deploy'
container:
image: python:3.7-stretch
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit cff44a6

Please sign in to comment.