Skip to content
Snippets Groups Projects
Commit 8e25ce4f authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix theme build task

parent 02457c1d
No related branches found
No related tags found
No related merge requests found
......@@ -288,9 +288,8 @@ stages:
image: registry.lakedrops.com/docker/gitlab-drupal-ci:php-${PHP_MAJOR_VERSION}.${PHP_MINOR_VERSION}
variables:
GIT_STRATEGY: none
before_script:
- docker run --name=${COMPOSE_PROJECT_NAME}_node -id -v $(php /usr/local/bin/volume.php) -w ${PWD} registry.lakedrops.com/docker/node:12-stretch-slim
script:
- docker run --name=${COMPOSE_PROJECT_NAME}_node -id -v $(php /usr/local/bin/volume.php) -w ${PWD} registry.lakedrops.com/docker/node:12-stretch-slim
- docker exec ${COMPOSE_PROJECT_NAME}_node npm install --no-save
- docker exec -e NODE_ENV=production ${COMPOSE_PROJECT_NAME}_node ./node_modules/gulp/bin/gulp.js sass
after_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