gitlab-runner(2)
-
gitlab-runner 명령어
다중 라인 명령어 적용 https://jsramblings.com/using-multiline-strings-in-gitlab-yml-file/ Using multiline strings in GitLab YML file Sometimes your script is too long and it doesn't fit on one line: script: - docker run --name build-container --tag gitlab:demo --workdir /project --build-arg SOME_VAR=123 custom-image .It would be nice to be able to split this on multiple lines, just like jsramblings.com d..
2022.03.13 -
gitlab-runner 설치
runner 등록 https://nakanara.tistory.com/240 [CI/CD] Gitlab Runner 설치 및 실행하기 gitlab-runner 설치 및 실행하기 기존에는 Jenkins를 사용하여 빌드 및 배포를 진행하고 있었지만, GitLab을 사용하는 만큼 Runner를 사용하여 빌드 및 배포를 진행 gitlab-runner 다운로드 설치 문서: https://do nakanara.tistory.com https://docs.gitlab.com/runner/configuration/advanced-configuration.html Advanced configuration | GitLab Documentation for GitLab Community Edition, GitLab Enter..
2022.01.02