Skip to content
Snippets Groups Projects
Commit f3a55e41 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent 24d101fa
No related branches found
Tags 2.1.14
No related merge requests found
...@@ -4,13 +4,23 @@ stages: ...@@ -4,13 +4,23 @@ stages:
- build - build
image: griefed/gitlab-ci-cd:2.0.8 image: griefed/gitlab-ci-cd:2.0.8
services: services:
- name: docker:dind - name: docker:dind
alias: docker alias: docker
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
workflow:
rules:
- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- when: always
test docker: test docker:
stage: test stage: test
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment