From 1b4ff36343b8fd7bb7c0fdd7ae57ee94581e4907 Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 18 Mar 2019 13:32:13 +0100 Subject: [PATCH] Remove the whole gitlab ci conf. Since we can't access the internet from the scripts, for reasons unknown. --- .gitlab-ci.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e5dfbed2..45dc44b74 100644 --- a/.gitlab-ci.yml +++ b/.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!"