Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
prace-lessons
Lesson Template
Commits
782d8449
Commit
782d8449
authored
3 years ago
by
Tünde Emőke Trif
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml
parent
eeab1d50
Branches
Branches containing commit
No related merge requests found
Pipeline
#256
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+33
-0
33 additions, 0 deletions
.gitlab-ci.yml
with
33 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
33
−
0
View file @
782d8449
image
:
ruby:2.7.0
variables
:
JEKYLL_ENV
:
production
LC_ALL
:
C.UTF-8
before_script
:
-
gem install bundler
-
bundle install
test
:
stage
:
test
tags
:
-
docker
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
pages
:
tags
:
-
docker
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
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