diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 0b8f9b3..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html -pages: - stage: deploy - script: - - mkdir .public - - cp -r * .public - - mv .public public - artifacts: - paths: - - public - tags: - - pages - only: - - master diff --git a/index.html b/index.html deleted file mode 100644 index 75b1208..0000000 --- a/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - - -

Test

- \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 370845f..0000000 --- a/public/index.html +++ /dev/null @@ -1 +0,0 @@ -

Information on running Spectrum Protect with Docker

\ No newline at end of file