Commit f688eecb authored by Goutte's avatar Goutte

Use another docker image for curl.

parent 6d42320a
...@@ -3,9 +3,15 @@ stages: ...@@ -3,9 +3,15 @@ stages:
deploy: deploy:
stage: deploy stage: deploy
image: byrnedo/alpine-curl:0.1 image: appropriate/curl:latest
# image: byrnedo/alpine-curl:0.1
# > curl: host sh not found
# before_script: # before_script:
# Host not found. But the runner has internet access?! # Host not found. But the runner has internet access?!
# - curl "https://courses.m3p2.ljbac.com/sync" # - curl "https://courses.m3p2.ljbac.com/sync"
script: script:
- echo "Deployed using hooks!" - echo "Deployed using hooks!"
# Ideally we should test all the pages of the website
# and assert that they respond with either a 2XX or 3XX HTTP status code.
# That should allow us to catch badly formed Markdown, YAML or file paths..
\ No newline at end of file
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