Commit 9679d7ec authored by Administrator's avatar Administrator 💬

This is the story of a lone coder…

parent 2a3d3d7c
Pipeline #3 failed with stage
in 9 seconds
# Configuration file for Gitlab's Continuous Integration
# https://docs.gitlab.com/ee/ci/yaml/
stages:
- build
build:
stage: build
# Get docker image (see https://docs.gitlab.com/ee/ci/docker/using_docker_images.html)
image: grav:latest
# Be kind with the server and cache the vendors so we don't re-download them. Probably.
cache:
paths:
- vendor/
before_script:
- git clone https://m3p2.ljbac.com/m3p2/courses.git user/pages
script:
- 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