Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
empyre
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teresa Weßels
empyre
Commits
4b7f937c
Commit
4b7f937c
authored
5 years ago
by
Jan Caron
Committed by
Jan Caron
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Next try to correct gitlab-ci.yaml
parent
eb9028e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
docs/vis.rst
+1
-1
1 addition, 1 deletion
docs/vis.rst
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
4b7f937c
...
...
@@ -58,8 +58,8 @@ pages:
artifacts
:
paths
:
-
public
only
:
# Will be deprecated in the future, should then be replaced with rules (see pypi job)!
-
master
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"
||
$CI_COMMIT_TAG
=~
/^\d+\.\d+(\.\d+)?$/'
pypi
:
stage
:
deploy
...
...
@@ -72,4 +72,4 @@ pypi:
rules
:
# similar to only/except, but newer!
# Job is executed if branch is master AND if a tag is building which matches the regular expression!
# ONLY executes if commit to master has a tag, ^:start, $:end, valid example: "1.2.3", no "-dev" at the end!
-
if
:
'
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"master"
&&
$CI_COMMIT_TAG
=~
/^\d+\.\d+(\.\d+)?$/'
-
if
:
'
$CI_COMMIT_TAG
=~
/^\d+\.\d+(\.\d+)?$/'
This diff is collapsed.
Click to expand it.
docs/vis.rst
+
1
−
1
View file @
4b7f937c
The vis visualization submodule
===============================
vis docu here!
\ No newline at end of file
vis docu here!
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