Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pygwinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
gwinc
pygwinc
Commits
0c79878c
Commit
0c79878c
authored
4 years ago
by
Jameson Graef Rollins
Browse files
Options
Downloads
Patches
Plain Diff
CI: re-enable master only for html pages
parent
08e466da
No related branches found
No related tags found
No related merge requests found
Pipeline
#119542
passed
4 years ago
Stage: dist
Stage: test
Stage: docs
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-6
4 additions, 6 deletions
.gitlab-ci.yml
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
6
View file @
0c79878c
...
...
@@ -61,13 +61,12 @@ ifo:
when
:
always
paths
:
-
ifo
expire_in
:
4w
# generate the html doc web pages
html
:
stage
:
docs
#
only:
#
- master
only
:
-
master
needs
:
-
test
image
:
$CI_REGISTRY_IMAGE/images/base:$CI_COMMIT_REF_NAME
...
...
@@ -82,12 +81,11 @@ html:
when
:
always
paths
:
-
public
expire_in
:
4w
pages
:
stage
:
deploy
#
only:
#
- master
only
:
-
master
needs
:
-
job
:
ifo
artifacts
:
true
...
...
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