From 1097bc525b11722da68b61444b71e600d410d7f2 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 11 Jun 2025 10:46:30 -0600 Subject: [PATCH] streamline steps are running on the streamline branch instead of master --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90bb9e0..c728d1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -356,7 +356,7 @@ setup:streamline: dependencies: - dependencies:streamline only: - - master + - streamline script: - npm run build:streamline artifacts: @@ -375,7 +375,7 @@ build:streamline: services: - docker:20.10.21-dind only: - - master + - streamline before_script: - docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY} script: @@ -392,7 +392,7 @@ deploy:streamline: DEPLOY_IMAGE: ${CI_REGISTRY}/brandx/bxt-app/streamline:latest DEPLOY_TARGET: deploy@streamline.adaptiveagriculture.ca only: - - master + - streamline environment: name: Streamline url: https://streamline.adaptiveagriculture.ca