Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update build script with right gradle-wrapper.jar #24

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

210-reverof
Copy link
Collaborator

@210-reverof 210-reverof commented Jan 11, 2024

Related Issue

#23

Changes

  • discovery/dev에 merge할 때 .jar파일이 build 됩니다.
  • 알맞는 gradle-wrapper.jar을 참조합니다.

Screenshots

To Reviewer

Additional Context(optional)

How Has This Been Tested?

Checklist

  • PR 제목은 포맷과 내용 둘 다 알맞게 작성되었는가
  • PR에 대해 구체적으로 설명이 되어있는가

@210-reverof 210-reverof added bug 버그와 관련된 내용을 다룰 때 사용됩니다 service 백엔드 서비스 관련 내용을 다룰 때 사용됩니다 script 스크립트와 관련된 내용을 다룰 때 사용됩니다. labels Jan 11, 2024
@github-actions github-actions bot added the feature 새로운 기능을 만들 때 사용됩니다 label Jan 11, 2024
@doxxx93 doxxx93 merged commit ed0855a into discovery/dev Jan 11, 2024
2 checks passed
@doxxx93 doxxx93 deleted the discovery/feature-flow branch January 11, 2024 07:42
@210-reverof 210-reverof changed the title bug: update build script with right gradle-wrapper.jar fix: update build script with right gradle-wrapper.jar Jan 11, 2024
@210-reverof 210-reverof linked an issue Jan 11, 2024 that may be closed by this pull request
K-Diger added a commit that referenced this pull request Jan 22, 2024
* feat: discovery service settings (#15)

* feat: init project

* feat: set discovery

* feat: create Dockfile (#20)

* feat: create Docker Hub push flow (#22)

* feat: create Docker Hub push flow

* docs : 도커허브에 이미지 푸쉬 전 JAR파일을 빌드하는 작업을 추가합니다.

* docs : GitHubActions jobs내 문법을 수정합니다.

* bug: update build script with right gradle-wrapper.jar (#24)

* fix: add new gradle-wrapper.jar

* fix: add build script with fixed working dir

* refactor: update dockerhub push flow (#27)

* fix: add multi platform (#39)
K-Diger added a commit that referenced this pull request Feb 21, 2024
* feat: discovery service settings (#15)

* feat: init project

* feat: set discovery

* feat: create Dockfile (#20)

* feat: create Docker Hub push flow (#22)

* feat: create Docker Hub push flow

* docs : 도커허브에 이미지 푸쉬 전 JAR파일을 빌드하는 작업을 추가합니다.

* docs : GitHubActions jobs내 문법을 수정합니다.

* bug: update build script with right gradle-wrapper.jar (#24)

* fix: add new gradle-wrapper.jar

* fix: add build script with fixed working dir

* refactor: update dockerhub push flow (#27)

* fix: add multi platform (#39)

* fix: remove additional commends (#97)

* script: update GitHub workflow for Dockerhub push on discovery service

* docs : ci-cd

* docs : typo

* docs : typo

* ci-cd : typo

* ci-cd : modify typo

* ci-ci : modify typo

* ci-cd : modify typo

* ci-cd : modify typo

* ci-cd : resolve permission

* ci-cd : typo

* ci-cd : dockerhub push script

* ci-cd : typo

* ci-cd : typo

* ci-cid

* refactor : typo

* ci-cd : resolve permission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그와 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다 script 스크립트와 관련된 내용을 다룰 때 사용됩니다. service 백엔드 서비스 관련 내용을 다룰 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: discovery service build fix
3 participants