Browse Source

Remove the whole gitlab ci conf.

Since we can't access the internet from the scripts, for reasons unknown.
keep-around/1b4ff36343b8fd7bb7c0fdd7ae57ee94581e4907
Goutte 7 years ago
parent
commit
1b4ff36343
  1. 19
      .gitlab-ci.yml

19
.gitlab-ci.yml

@ -1,10 +1,11 @@
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!"
Loading…
Cancel
Save