Skip to content
Snippets Groups Projects
Commit 9a810166 authored by Nico's avatar Nico
Browse files

fix: do not update on build

parent f1e782c5
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ stages: ...@@ -12,7 +12,6 @@ stages:
.target: .target:
stage: build stage: build
script: script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable V=1 -j`nproc` - make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable V=1 -j`nproc`
except: except:
- tags - tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment