Skip to content

Commit 109f624

Browse files
chore: backend cd job 오류 수정
Co-authored-by: coli-geonwoo <[email protected]>
1 parent 8ad3fe9 commit 109f624

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/backend-cicd-dev.yml

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
ref: develop
31-
- run: |
32-
DIR= pwd
33-
echo ">>>>>>>>>>>>> " $DIR
34-
AAA= ll
35-
echo "<<<<<<<<<<<<<<< " $AAA
3631

3732
- name: Set up JDK 17
3833
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)