본문 바로가기
IT/개발환경

Gitlab Runner CI/CD

by rapker 2023. 4. 18.
반응형
GitLab Runner를 통해 CI를 container 환경이 아닌 Local 환경에서 빌드가 가능한지 확인 합니다.
728x90
 
 
 
 
 
GitLab CI Token 확인은 해당 GitLab Project > Settings > CI/CD 로 들어가 Runners 를 Expand 하면 확인할 수 있습니다.

 

반응형
 
 
 
 
 
Main menu > Admin Ared > Runners 에서 Runner설정을 변경하라고 하는데....
 
아무리 눈씻고 찾아봐도 보이지 않는 Main menu > Admin Ared > Runners 는
 
저 같은경우 아래에서 접근 가능했습니다.
Project > Settings > CI/CD > Available specific runners > edit button

 
 
 
 
 
 
Excutor 종류를 Shell 로 하면 Local에서 빌드가 가능한 모양입니다. 관련내용
Bash, PowerShell Core, Windows PowerShell
 
역시나 공식문서에는 사용방법에 대해 안내해 주지 않고 있습니다.
 
 
 
aws 자격증명 못찾을 때 발생하는 오류
    => Unable to locate credentials. You can configure credentials by running "aws configure"
 
    Local에서 실행할 때와 Runner로 실행될 때 .aws 위치 차이
    Local : C:\Users\<USERNAME>\.aws
    Runner : C:\Windows\System32\config\systemprofile\.aws
 
반응형
LIST