Skip to content

Commit c60144c

Browse files
tomchaccomtomchccom
andauthored
fix : 배포 검증 조건 변경 (#13)
* 파이프라인 오류 수정 * fix : 파일 경로 문제 수정 * fix : 배포 검증조건 변경 --------- Co-authored-by: tomchccom <dreamkms2014@gmail.com>
1 parent 84dc50c commit c60144c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
done
9898
9999
echo "== Verify new API exists in jar =="
100-
strings /home/ubuntu/app/tomo.jar | grep "/my/upcoming" || {
100+
strings /home/ubuntu/app/tomo.jar | grep "/public/promises/my/upcoming" || {
101101
echo "❌ New API not found in tomo.jar"
102102
exit 1
103103
}

0 commit comments

Comments
 (0)