Skip to content
Snippets Groups Projects
Commit 2169f0bf authored by jurgenhaas's avatar jurgenhaas
Browse files

Add an alias for the build theme task, needs to be implemented by the calling project

parent bd591d2e
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,29 @@ stages:
dependencies:
- 'Build Site'
.theme
stage: prepare
tags:
- default
variables:
GIT_STRATEGY: none
script:
- echo "This is a placeholder"
artifacts:
name: css
when: always
paths:
- $THEME_CSS_PATH
dependencies:
- 'Build Site'
except:
refs:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
- $DISABLE_CI_TESTS
.codestyle:
stage: test
tags:
......
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