Skip to content

Commit

Permalink
fix: deploy-to-aws-eb.yml complict 해결
Browse files Browse the repository at this point in the history
- github에서 pull 중 complict  발생
- github에서 작업한 commit으로 변경
  • Loading branch information
ki-met-hoon committed Feb 19, 2024
1 parent c723246 commit cdede9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-aws-eb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- run: chmod +x gradlew
- run: ./gradlew clean build test
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
Expand Down

0 comments on commit cdede9a

Please sign in to comment.