Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M3P2 HTML Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
M3P2 HTML Generator
Commits
a2106cf3
Commit
a2106cf3
authored
Mar 18, 2019
by
Administrator
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
…who tried to make a living in the land of the LED.
parent
9679d7ec
Pipeline
#4
failed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.gitlab-ci.yml
.gitlab-ci.yml
+7
-1
No files found.
.gitlab-ci.yml
View file @
a2106cf3
...
...
@@ -8,7 +8,9 @@ build:
stage
:
build
# Get docker image (see https://docs.gitlab.com/ee/ci/docker/using_docker_images.html)
image
:
grav:latest
image
:
benjick/grav:latest
# image: grav:latest
# -> repository does not exist or may require 'docker login'
# Be kind with the server and cache the vendors so we don't re-download them. Probably.
cache
:
...
...
@@ -16,7 +18,11 @@ build:
-
vendor/
before_script
:
-
pwd
-
ls -la
-
git clone https://m3p2.ljbac.com/m3p2/courses.git user/pages
script
:
-
pwd
-
ls -la
-
bin/grav
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