Skip to content
Snippets Groups Projects
Commit 624c428e authored by Bruce Flynn's avatar Bruce Flynn
Browse files

use docker_exec tag in CI

parent 5dc4afe3
No related branches found
No related tags found
No related merge requests found
...@@ -7,26 +7,29 @@ stages: ...@@ -7,26 +7,29 @@ stages:
test: test:
stage: test stage: test
tags: ["docker"] tags:
- docker_exec
script: script:
- pip install -e ".[testing]" -i https://iweb1.sips/eggs --trusted-host iweb1.sips - pip install -e ".[testing]" -i https://iweb1.sips/eggs --trusted-host iweb1.sips
- py.test -xv - py.test -xv
formatting: formatting:
stage: formatting stage: formatting
tags: tags:
- docker - docker_exec
allow_failure: true allow_failure: true
only: only:
- branches - branches
except: except:
- master - master
script: script:
- pip install black - pip install black
- black --diff --check edosl0util - black --diff --check edosl0util
sdist: sdist:
stage: deploy stage: deploy
tags:
- docker_exec
only: only:
- /^\d+\.\d+\.\d+$/ - /^\d+\.\d+\.\d+$/
script: script:
......
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