-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #600 [feat] 트리거 옵션 변경 (릴리즈 태그 생성 시) * #600 [feat] 트리거 옵션 변경 (확인용) * #600 [feat] 트리거 옵션 변경 * #600 [feat] 이미지 설정변경 * #600 [feat] cd yml 삭제 및 이름변경 * #600 [feat] 트리거 이벤트 변경 (실험) * #600 [feat] 롤백
- Loading branch information
Showing
6 changed files
with
17 additions
and
82 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.mile.util; | ||
|
||
public class ImageUrlUtil { | ||
public static String defaultV1 = "https://mile-new-s3.s3.ap-northeast-2.amazonaws.com/mile.png"; | ||
} |