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

Remove the precheck stage

parent 16f2fb66
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ services: ...@@ -9,7 +9,6 @@ services:
alias: docker alias: docker
stages: stages:
- precheck
- build - build
- postcheck - postcheck
...@@ -99,7 +98,7 @@ clang_format: ...@@ -99,7 +98,7 @@ clang_format:
python_syntax: python_syntax:
before_script: before_script:
- apk add --update python2 - apk add --update python2
stage: precheck stage: build
script: python -m compileall -q . script: python -m compileall -q .
when: always when: always
tags: tags:
......
...@@ -9,7 +9,6 @@ services: ...@@ -9,7 +9,6 @@ services:
alias: docker alias: docker
stages: stages:
- precheck
- build - build
- postcheck - postcheck
...@@ -101,7 +100,7 @@ clang_format: ...@@ -101,7 +100,7 @@ clang_format:
python_syntax: python_syntax:
before_script: before_script:
- apk add --update python2 - apk add --update python2
stage: precheck stage: build
script: python -m compileall -q . script: python -m compileall -q .
when: always when: always
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment