Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kypo-user-and-group
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
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
MUNI-KYPO-CRP
backend-java
kypo-user-and-group
Commits
d41bcb0d
You need to sign in or sign up before continuing.
Commit
d41bcb0d
authored
3 years ago
by
Dominik Pilár
Browse files
Options
Downloads
Patches
Plain Diff
Change condition for generate_docs stage in CI.
parent
7c1c6149
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
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
d41bcb0d
...
@@ -90,9 +90,9 @@ generate_docs:
...
@@ -90,9 +90,9 @@ generate_docs:
-
git commit -m "Updated Swagger documentation generated"
-
git commit -m "Updated Swagger documentation generated"
-
git push
-
git push
rules
:
rules
:
-
if
:
'
$CI_COMMIT_
TAG
'
-
if
:
'
$CI_COMMIT_
BRANCH
==
"master"
'
-
if
:
'
$CI_COMMIT_BRANCH'
changes
:
when
:
never
-
$DEPLOYMENT_INFO_VERSION_FILE
docker_image_push
:
docker_image_push
:
before_script
:
[]
#prevent global before_script from running
before_script
:
[]
#prevent global before_script from running
...
...
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