Skip to content
Snippets Groups Projects
Commit 4d372dab authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Remove the precheck stage

parent 16f2fb66
No related branches found
No related tags found
1 merge request!59Resolve "Move forward building the repo"
Pipeline #47900 failed
......@@ -9,7 +9,6 @@ services:
alias: docker
stages:
- precheck
- build
- postcheck
......@@ -99,7 +98,7 @@ clang_format:
python_syntax:
before_script:
- apk add --update python2
stage: precheck
stage: build
script: python -m compileall -q .
when: always
tags:
......
......@@ -9,7 +9,6 @@ services:
alias: docker
stages:
- precheck
- build
- postcheck
......@@ -101,7 +100,7 @@ clang_format:
python_syntax:
before_script:
- apk add --update python2
stage: precheck
stage: build
script: python -m compileall -q .
when: always
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