Skip to content

Commit 5d41ddb

Browse files
committed
[ci] debug
1 parent accacb4 commit 5d41ddb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ jobs:
166166
exit 0
167167
fi
168168
COMBINE_BINARIES=$(head -n 1 <(find $HOME/workspace/release/ -name 'combine_binaries.sh'))
169+
echo "============================================="
170+
cat $HOME/workspace/release/*/ref
171+
echo "============================================="
169172
RELEASE_REF=$(head -n 1 <(cat $HOME/workspace/release/*/ref))
170173
$COMBINE_BINARIES $HOME/workspace/release $RELEASE_REF $HOME
171174
RESULT=$?
@@ -247,11 +250,16 @@ jobs:
247250
git clone [email protected]:particle-iot/firmware-buildpack-builder.git -b "$BUILDPACK_BUILDER_VERSION"
248251
cd $HOME/device-os
249252
git submodule update --init --recursive
253+
echo "======================================="
254+
echo "branch=$CIRCLE_BRANCH"
255+
echo "tag=$CIRCLE_TAG"
250256
if [ -z "$CIRCLE_TAG" ]; then
251257
export ARTIFACT_TAG=$(echo "$CIRCLE_BRANCH" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-zA-Z0-9]/-/g')-$(git rev-parse --short HEAD)
252258
else
253259
export ARTIFACT_TAG=$CIRCLE_TAG
254260
fi
261+
echo "final=$ARTIFACT_TAG"
262+
echo "======================================="
255263
echo "$ARTIFACT_TAG" > $HOME/device-os/.git/ref
256264
- run:
257265
name: "Run tests / build for platforms"

0 commit comments

Comments
 (0)