Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Laboratory Regulations
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CST
Laboratory Regulations
Commits
cd9cc307
Commit
cd9cc307
authored
Jan 19, 2022
by
Jan Gruis
Browse files
Options
Downloads
Patches
Plain Diff
Delete .gitlab-ci.yml
parent
d233a2a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-30
0 additions, 30 deletions
.gitlab-ci.yml
with
0 additions
and
30 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
30
View file @
d233a2a9
# This file is a template, and might need editing before it works on your project.
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
---
# All available Hugo versions are listed here:
# https://gitlab.com/pages/hugo/container_registry
image
:
registry.gitlab.com/pages/hugo:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
test
:
script
:
-
hugo
except
:
variables
:
-
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages
:
script
:
-
hugo
artifacts
:
paths
:
-
public
only
:
variables
:
-
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
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