From 6efeabe55dac13eb0612cc2f2117ab0489bbed26 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 2 Aug 2020 22:09:18 -0700 Subject: [PATCH] testing ui vars --- .gitlab-ci.yml | 4 ++++ readme | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a267158 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +get_vars: + stage: test + script: + - echo this testvar value is $TEST_VAR diff --git a/readme b/readme index e8c52bb..21507de 100644 --- a/readme +++ b/readme @@ -7,3 +7,9 @@ projects that I either maintain or have worked on in this past. All relate to _my_ projects and are not reflective of other peoples works. Email: alejandros714@protonmail.com + +> Pipelines + +The pipelines setup here are really just for testing small things so that +I don't waste time on larger projcets troubleshooting issues. In other words: +the pipelines setup here are of no importance