Skip to content

Commit

Permalink
fix: gradle 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sukjuhong authored Jan 8, 2025
1 parent d7107d2 commit 298a84f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/CD-web-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ jobs:
steps:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # actions/checkout@v4
- name: 'Setup Java'
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: 'Setup Gradle'
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: ./gradlew :pofo-api:build -x test

# Configure Workload Identity Federation and generate an access token.
#
Expand Down Expand Up @@ -101,4 +92,4 @@ jobs:
# If required, use the Cloud Run URL output in later steps
- name: 'Show output'
run: |2-
echo ${{ steps.deploy.outputs.url }}
echo ${{ steps.deploy.outputs.url }}

0 comments on commit 298a84f

Please sign in to comment.