Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
test_pages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
henry
test_pages
Commits
f81e05e8
Commit
f81e05e8
authored
May 27, 2019
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml to change config tags again
parent
8c115f35
Pipeline
#1146
passed with stage
in 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
f81e05e8
...
...
@@ -4,9 +4,6 @@ variables:
JEKYLL_ENV
:
production
LC_ALL
:
C.UTF-8
tags
:
-
docker
before_script
:
-
bundle install
...
...
@@ -14,6 +11,8 @@ test:
stage
:
test
script
:
-
bundle exec jekyll build -d test
tags
:
-
docker
artifacts
:
paths
:
-
test
...
...
@@ -24,6 +23,8 @@ pages:
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
tags
:
-
docker
artifacts
:
paths
:
-
public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment