From d9eba6d5d16842ada6f78e284ed008f34bd145c4 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Mon, 1 Feb 2021 21:31:40 +0000 Subject: [PATCH] rename branches --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index beb2051..276a001 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ variables: SRC_DIR: ./game BUILD_DIR: ./game/Build - DEV_BRANCH: feature/cd - PROD_BRANCH: feature/cd-2 + DEV_BRANCH: main + PROD_BRANCH: release build: stage: build