Skip to content
Snippets Groups Projects
Commit d47a29cf authored by Jean Valverde's avatar Jean Valverde :construction_site:
Browse files

fix: missing build stage

parent 9e296f81
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ include:
################################################################################
stages:
# - build
- build
- tests
- metrics
# [DEPLOY] All deploy jobs can be set here.
......@@ -58,6 +58,7 @@ stages:
# For a theme this can be used with a specific script to build something
# (grunt, webpack, yarn...).
build:
stage: build
extends: .build_template
rules:
- if: '$SKIP_BUILD == "1"'
......
......@@ -3,7 +3,6 @@
################################################################################
.build_template:
stage: build
before_script:
- if [ ! -f "RoboFile.php" ]; then curl -fsSL ${CI_REMOTE_FILES}/RoboFile.php -o RoboFile.php; fi
# Call any extra build script from ./.gitlab-ci/build.php
......
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