Skip to content

Commit 04eb926

Browse files
authored
docs : cicd typo
1 parent 9ebe98d commit 04eb926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/authservice-ci-cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Grant execute permission for gradlew
3333
run: chmod +x src/user-service/gradlew
34-
34+
3535
- name: 프로젝트 빌드
3636
env:
3737
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
@@ -69,6 +69,7 @@ jobs:
6969
PASSPORT_ALGORITHM: ${{ secrets.PASSPORT_ALGORITHM }}
7070

7171
KAFKA_SERVERS: ${{ secrets.KAFKA_SERVERS }}
72+
working-directory: ./src/search-service
7273
run: ./gradlew clean build -x test
7374
shell: bash
7475

0 commit comments

Comments
 (0)