From 08c44ada495cb080a64fd83e1fa5536869f73b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Wed, 26 Jan 2022 12:12:14 +0100 Subject: [PATCH] Revert "Update .gitlab-ci.yml to test name resolution" This reverts commit eed99b9c2a186157f003cbe7256c9b4877081660 --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 946bd12..379ec4c 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 -- GitLab