Skip to content

Commit

Permalink
chore: backend cd job 오류 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 19, 2024
1 parent ba984d8 commit 106916a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ls -al
with:
ref: develop
- run: ls -al
- run: git rev-parse --abbrev-ref HEAD

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 106916a

Please sign in to comment.