Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EdosL0Util
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIPS
EdosL0Util
Commits
624c428e
Commit
624c428e
authored
3 years ago
by
Bruce Flynn
Browse files
Options
Downloads
Patches
Plain Diff
use docker_exec tag in CI
parent
5dc4afe3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-12
15 additions, 12 deletions
.gitlab-ci.yml
with
15 additions
and
12 deletions
.gitlab-ci.yml
+
15
−
12
View file @
624c428e
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment