Skip to content
Snippets Groups Projects
Commit faaecc01 authored by Tim Fechner's avatar Tim Fechner
Browse files

Move ci build task to master branch only

parent da120f12
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,8 +14,8 @@ before_script: ...@@ -14,8 +14,8 @@ before_script:
build_staticfiles: build_staticfiles:
stage: build stage: build
only: [master]
script: script:
# Install nodejs
- curl -sL https://deb.nodesource.com/setup_4.x | sh > /dev/null 2>&1 - curl -sL https://deb.nodesource.com/setup_4.x | sh > /dev/null 2>&1
- apt-get update -q && apt-get install -qq nodejs - apt-get update -q && apt-get install -qq nodejs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment