diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 946bd1228a87446ef9cf8b35a34d41211336b8e6..379ec4c43d573344b574f2ceab96f472786ff54b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ build: entrypoint: [''] name: klakegg/hugo:pandoc script: - - cat /etc/resolv.cong - - ping -c 1 sources.le-filament.com - hugo artifacts: paths: @@ -40,4 +38,4 @@ deploy: git push "https://${CI_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci; fi only: - - master + - master \ No newline at end of file