Loading .gitlab-ci.yml +9 −22 Original line number Diff line number Diff line image: name: yandex-cloud/k8s-csi-s3:test entrypoint: [""] workflow: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay2 stages: - build - test build: Build Images: stage: build script: - make build test: stage: test image: docker:stable services: - docker:dind script: - docker run --rm --privileged -v $(pwd):/app --device /dev/fuse yandex-cloud/k8s-csi-s3:test trigger: include: - project: dom/project-templates file: /pipeline-templates/build-image.yml strategy: depend Loading
.gitlab-ci.yml +9 −22 Original line number Diff line number Diff line image: name: yandex-cloud/k8s-csi-s3:test entrypoint: [""] workflow: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay2 stages: - build - test build: Build Images: stage: build script: - make build test: stage: test image: docker:stable services: - docker:dind script: - docker run --rm --privileged -v $(pwd):/app --device /dev/fuse yandex-cloud/k8s-csi-s3:test trigger: include: - project: dom/project-templates file: /pipeline-templates/build-image.yml strategy: depend