Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wiki-hackmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
logout hacklab
wiki-hackmeeting
Commits
13c0078d
Commit
13c0078d
authored
10 months ago
by
neko
Browse files
Options
Downloads
Patches
Plain Diff
upd ci
parent
970ab7ba
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
with
11 additions
and
0 deletions
.gitlab-ci.yml
+
11
−
0
View file @
13c0078d
...
...
@@ -8,9 +8,20 @@ variables:
DEST_DIRECTORY
:
latest/hugo
stages
:
-
test
-
build
-
push
before_script
:
-
apk add --no-cache go curl bash nodejs
-
hugo mod get -u
test
:
script
:
-
hugo
rules
:
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
build
:
before_script
:
-
hugo version
...
...
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