From 28baebdaf421a84cb9e662dcb1d7f9633806a4cf Mon Sep 17 00:00:00 2001 From: Anton Belodedenko <2033996+ab77@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:08:12 -0700 Subject: [PATCH] Match input env var BALENARC_BALENA_URL change-type: patch --- resources/resincli.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/resincli.robot b/resources/resincli.robot index ba589f2..cf742c4 100644 --- a/resources/resincli.robot +++ b/resources/resincli.robot @@ -60,7 +60,7 @@ Git checkout "${commit_hash}" "${directory}" Git push "${directory}" to application "${application_name}" Set Environment Variable RESINUSER ${RESINUSER} - ${result} = Run Process git remote add balena $RESINUSER@git.${RESINRC_RESIN_URL}:${FLEET}.git shell=yes cwd=${directory} + ${result} = Run Process git remote add balena $RESINUSER@git.${BALENARC_BALENA_URL}:${FLEET}.git shell=yes cwd=${directory} Process ${result} ${result} = Run Buffered Process git push balena HEAD:refs/heads/master shell=yes cwd=${directory} Process ${result}