From 12239ff76e255729a5a962d20d0b30a143dcebe0 Mon Sep 17 00:00:00 2001 From: Deon George <deon@leenooks.net> Date: Wed, 7 Mar 2018 11:35:11 +1100 Subject: [PATCH] Moved pages to pages branch --- .gitlab-ci.yml | 15 --------------- index.html | 5 ----- public/index.html | 1 - 3 files changed, 21 deletions(-) delete mode 100644 .gitlab-ci.yml delete mode 100644 index.html delete mode 100644 public/index.html 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 @@ -<head> -</head> -<body> -<p>Test</p> -</body> \ 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 @@ -<p>Information on running Spectrum Protect with Docker</p> \ No newline at end of file