From 492d63a0fa6ed0f3a18c6027bdf82235662cf512 Mon Sep 17 00:00:00 2001 From: Octo Andri <6083316-octospacc@users.noreply.gitlab.com> Date: Fri, 30 Oct 2020 16:35:59 +0000 Subject: [PATCH] Add new file --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..22aa20e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - / + only: + - master