Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
FSL
base
Commits
e5b804b5
Commit
e5b804b5
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci/restrict-jobs' into 'master'
CI: Don't run CI tests on tags or master branch See merge request
!31
parents
399f442f
31cbabc6
No related branches found
No related tags found
1 merge request
!31
CI: Don't run CI tests on tags or master branch
Pipeline
#11503
passed
3 years ago
Stage: fsl-ci-build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
e5b804b5
...
...
@@ -11,6 +11,9 @@ stages:
test:linux
:
image
:
python:3.7
except
:
-
tags
-
master@fsl/base
script
:
-
pip install pytest
-
pytest -v tests
...
...
@@ -20,6 +23,9 @@ test:linux:
test:macos
:
image
:
python:3.7
except
:
-
tags
-
master@fsl/base
script
:
-
pip install pytest
-
pytest -v tests
...
...
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