Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 16, 2023
1 parent c0a5d17 commit 14e16cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 14e16cc

Please sign in to comment.