From 7fc94e16a70a44fb18f45a9779d00f2b414e3d74 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Wed, 23 Mar 2022 16:15:55 +0100 Subject: [PATCH] -added quotes to variable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86f8671ff6..cf684f53f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ synth-check-programming-files: trigger-opc-ua-test: stage: hardware variables: - HDL_BRANCH: $CI_COMMIT_BRANCH + HDL_BRANCH: '$CI_COMMIT_BRANCH' only: changes: - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz -- GitLab