Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WhatAboutMatrix
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FOSS-AG
WhatAboutMatrix
Commits
e456ee53
Commit
e456ee53
authored
Jan 25, 2021
by
Michael Gajda
Browse files
Options
Downloads
Patches
Plain Diff
Add initial pipeline for GitLab pages
parent
c0292d79
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#13620
passed
Jan 25, 2021
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
public/index.html
+5
-0
5 additions, 0 deletions
public/index.html
with
14 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
9
−
0
View file @
e456ee53
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
[
"
public"
]
only
:
[
main
]
This diff is collapsed.
Click to expand it.
public/index.html
0 → 100644
+
5
−
0
View file @
e456ee53
<html>
<body>
This website is under construction!
</body>
</html>
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