Read Online [upd] — Automating Devops With Gitlab Ci/cd Pipelines
job: script: - docker build -t $DOCKER_REGISTRY/$APP_NAME .
Example:
Imagine a developer pushes a feature branch. Instantly, the GitLab pipeline triggers: automating devops with gitlab ci/cd pipelines read online
workflow: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - if: $CI_COMMIT_BRANCH job: script: - docker build -t $DOCKER_REGISTRY/$APP_NAME
Learn a Word September 2022 Schedule
0 comments:
Post a Comment