From 570499f166ce107d2b9a486f2aed2ef9a685514e Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 24 Jun 2019 10:31:34 +0200 Subject: Add see-other gitlab page --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fd4a32d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: alpine:latest +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - seeother + only: + - deploy -- cgit v1.2.3