From 8cefec0b0466443d17dc3a1c7316bc7d2dc9240a Mon Sep 17 00:00:00 2001 From: Simon Hobbs Date: Tue, 18 Feb 2020 18:47:31 +1100 Subject: [PATCH] Gitlab job to hang rebuilds off . (#13) --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a4591ca --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +--- +stages: + - deploy + +deploy: + script: + - echo "Tests and build runs on https://circleci.com/gh/govCMS/satis. This file retained for deployments on Lagoon." + stage: deploy