Commit 1b4ff363 authored by Goutte's avatar Goutte

Remove the whole gitlab ci conf.

Since we can't access the internet from the scripts, for reasons unknown.
parent f5027f72
Pipeline #19 failed
stages:
- deploy
# stages:
# - deploy
deploy:
stage: deploy
image: byrnedo/alpine-curl:0.1
before_script:
- curl "https://courses.m3p2.ljbac.com/sync"
script:
- echo "Deployed!"
# deploy:
# stage: deploy
# image: byrnedo/alpine-curl:0.1
# before_script:
# # Host not found. But the runner has internet access?!
# - curl "https://courses.m3p2.ljbac.com/sync"
# script:
# - echo "Deployed!"
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