Commit a2106cf3 authored by Administrator's avatar Administrator 💬

…who tried to make a living in the land of the LED.

parent 9679d7ec
Pipeline #4 failed with stage
in 53 seconds
...@@ -8,7 +8,9 @@ build: ...@@ -8,7 +8,9 @@ build:
stage: build stage: build
# Get docker image (see https://docs.gitlab.com/ee/ci/docker/using_docker_images.html) # 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. # Be kind with the server and cache the vendors so we don't re-download them. Probably.
cache: cache:
...@@ -16,7 +18,11 @@ build: ...@@ -16,7 +18,11 @@ build:
- vendor/ - vendor/
before_script: before_script:
- pwd
- ls -la
- git clone https://m3p2.ljbac.com/m3p2/courses.git user/pages - git clone https://m3p2.ljbac.com/m3p2/courses.git user/pages
script: script:
- pwd
- ls -la
- bin/grav - bin/grav
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment