Skip to content
Snippets Groups Projects
Verified Commit fb18772f authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added defaults template which disables artifacts passing.

parent bf7be8cc
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ variables: ...@@ -16,6 +16,7 @@ variables:
include: include:
# extends # extends
- local: '/scripts/ci/extends/defaults.yml'
- local: '/scripts/ci/extends/build.yml' - local: '/scripts/ci/extends/build.yml'
- local: '/scripts/ci/extends/build-win.yml' - local: '/scripts/ci/extends/build-win.yml'
- local: '/scripts/ci/extends/container-maker-setup.yml' - local: '/scripts/ci/extends/container-maker-setup.yml'
......
.build_win_definition: .build_win_definition:
stage: test stage: test
extends: extends:
- .defaults
- .vs2019-environment - .vs2019-environment
- .test-artifacts - .test-artifacts
......
.build_definition: .build_definition:
stage: test stage: test
extends: .test-artifacts extends:
- .defaults
- .test-artifacts
variables: variables:
CCACHE_DIR: "$CI_PROJECT_DIR/.ccache" CCACHE_DIR: "$CI_PROJECT_DIR/.ccache"
......
.defaults:
# Disable artifacts passing between stages
dependencies: []
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