diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index a77eca2..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry -image: registry.gitlab.com/pages/hugo:latest - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -test: - script: - - hugo - except: - - master - -pages: - script: - - hugo - artifacts: - paths: - - public - only: - - master diff --git a/content/post/2021-05-01-fourth-post.md b/content/post/2021-05-01-fourth-post.md index 6bcd083..46d7684 100644 --- a/content/post/2021-05-01-fourth-post.md +++ b/content/post/2021-05-01-fourth-post.md @@ -7,6 +7,7 @@ tags: ["test", "contenu", "photos", "gif", "code"] ## Image via link: ![](https://pbs.twimg.com/media/DGKRMoPXcAIyA8y.jpg) + commentaire ... ------ diff --git a/headers b/headers deleted file mode 100644 index 51b6d00..0000000 --- a/headers +++ /dev/null @@ -1,10 +0,0 @@ -HTTP/1.1 200 OK -Server: nginx/1.21.1 -Date: Thu, 29 Jul 2021 16:22:12 GMT -Content-Type: text/html -Content-Length: 17678 -Last-Modified: Thu, 29 Jul 2021 08:52:10 GMT -Connection: keep-alive -ETag: "61026c3a-450e" -Accept-Ranges: bytes - diff --git a/jenkinsTest.sh b/jenkinsTest.sh deleted file mode 100755 index 3cd1802..0000000 --- a/jenkinsTest.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -echo "TEST WEB" -url=http://localhost:9999 -curl ${url} -I -o headers -s -reponse=$(cat headers | head -n 1 | cut '-d ' '-f2') -if [ $reponse == "200" ] -then - echo "SUCCESS" - exit 0 -fi