Skip to content

Commit

Permalink
Merge pull request #3 from KUSITMS-MOAMOA/refactor/#1
Browse files Browse the repository at this point in the history
[Fix]: gradle build 순서 파일 생성 후로 이동
  • Loading branch information
oosedus authored Jan 18, 2025
2 parents 75b4f96 + 58dccc2 commit 621921a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
distribution: 'corretto'
java-version: '21'

- name: Grant execute permission for gradlew
run: |
chmod +x gradlew
./gradlew build -x test
- name: Generate afterInstall.sh
run: |
mkdir -p ./scripts
Expand Down Expand Up @@ -72,6 +67,11 @@ jobs:
EOF
shell: bash

- name: Grant execute permission for gradlew
run: |
chmod +x gradlew
./gradlew build -x test
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 621921a

Please sign in to comment.