From 14e16cc2174a32a43efacf32224d39098979d5d2 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sat, 16 Sep 2023 16:56:51 +0200 Subject: [PATCH] fix --- .ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/build.sh b/.ci/build.sh index c310e46300..17827fc367 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -12,7 +12,7 @@ WORKSPACE=/tmp/workspace ARTIFACTS_FOLDER=/tmp/artifacts IDX_FILE=$ARTIFACTS_FOLDER/idx.txt -YAML_FILE=$LIST.yaml +YAML_FILE=${LIST}.yaml sudo apt-get -y install dpkg-dev @@ -83,7 +83,7 @@ echo "$0: catking reported following topological build order:" echo "$BUILD_ORDER" echo "" -ROSDEP_FILE="$ARTIFACTS_FOLDER/generated_$LIST_$ARCH.yaml" +ROSDEP_FILE="$ARTIFACTS_FOLDER/generated_${LIST}_${ARCH}.yaml" cat $ROSDEP_FILE