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] aws s3 sdk에서 발생하는 빌드 오류 해결 #48

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

falconlee236
Copy link
Member

Summary

next build시에 aws credential 정보가 없어서 생기는 오류를 해결했습니다.

Description

  • github action에 aws credential 정보를 생성하는 코드를 작성했습니다.
image
  • github repo에 aws credential 정보를 담은 secret을 생성했습니다.
image
  • jenkins에 .env파일 내용을 추가했습니다.

혹시 틀린것 있다면 확인해주세요 @1lsang

 : add aws credential env job
@falconlee236 falconlee236 added the fix Something isn't working label Nov 6, 2024
@falconlee236 falconlee236 added this to the 1.0.0 milestone Nov 6, 2024
@falconlee236 falconlee236 self-assigned this Nov 6, 2024
@falconlee236 falconlee236 linked an issue Nov 6, 2024 that may be closed by this pull request
Copy link
Member

@ldh019 ldh019 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일단 어프루브 2개 필요할테니까... 확인했슴다

Copy link
Collaborator

@yugenius0213 yugenius0213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checks의 에러 메시지 내용이 일상님이 수정해서 올리신 PR과 관련된 것 같은데, 일상님 PR 먼저 머지 안해도 되나요??
잘 몰라서 여쭤봤습니다 일단 approve할게요!

@falconlee236
Copy link
Member Author

checks의 에러 메시지 내용이 일상님이 수정해서 올리신 PR과 관련된 것 같은데, 일상님 PR 먼저 머지 안해도 되나요??
잘 몰라서 여쭤봤습니다 일단 approve할게요!

순서는 상관없는데 그래도 이전거 먼저 머지하고 제거 머지할게요

@falconlee236 falconlee236 merged commit c9cfe52 into GDSC-CAU:main Nov 6, 2024
1 check failed
@falconlee236 falconlee236 deleted the fix/aws-s3-githubAction branch November 6, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] aws s3 sdk에서 발생하는 빌드 오류 해결
3 participants