Skip to content

Commit

Permalink
Update serverCICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee authored Apr 5, 2024
1 parent 00c1945 commit 5b000d0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -34,7 +30,7 @@ jobs:
distribution: 'temurin'

- name: Grant execute permission for gradlew
working-directory: /home/ubuntu/econo-error/BE/error
working-director: ./BE/error
run: chmod +x ./gradlew
shell: bash

Expand Down

0 comments on commit 5b000d0

Please sign in to comment.