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

Merge branch '32-move-forward-building-the-repo' into 'master'

Resolve "Move forward building the repo"

Closes #32

See merge request !59
parents 16f2fb66 4d372dab
No related branches found
No related tags found
1 merge request!59Resolve "Move forward building the repo"
Pipeline #48056 passed
......@@ -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