From b1d640600ead6d284da72f665efda43256e10485 Mon Sep 17 00:00:00 2001 From: Stoyan Zlatev Date: Wed, 7 Jun 2023 06:14:39 +0000 Subject: [PATCH] Add new file --- LaaProductionWeb/.gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 LaaProductionWeb/.gitlab-ci.yml diff --git a/LaaProductionWeb/.gitlab-ci.yml b/LaaProductionWeb/.gitlab-ci.yml new file mode 100644 index 00000000..c16b3b08 --- /dev/null +++ b/LaaProductionWeb/.gitlab-ci.yml @@ -0,0 +1,10 @@ +stages: + - build + - test + - deploy + +build_job: + stage: build + script: + - 'nuget' +