From 72c8fca365672d1ed0c6796de0544ae1d0ceb571 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 May 2023 12:46:00 -0500 Subject: [PATCH] update --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f19d17e..9e95961 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ include: - project: 'developerdurp/yml' ref: main - file: 'pipelines/build-container.yml' \ No newline at end of file + file: 'pipelines/build-container.yml' + +variables: + GIN_MODE: release \ No newline at end of file