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
stages: # stages:
- deploy # - deploy
deploy: # deploy:
stage: deploy # stage: deploy
image: byrnedo/alpine-curl:0.1 # image: byrnedo/alpine-curl:0.1
before_script: # before_script:
- curl "https://courses.m3p2.ljbac.com/sync" # # Host not found. But the runner has internet access?!
script: # - curl "https://courses.m3p2.ljbac.com/sync"
- echo "Deployed!" # 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