File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ jobs:
166
166
exit 0
167
167
fi
168
168
COMBINE_BINARIES=$(head -n 1 <(find $HOME/workspace/release/ -name 'combine_binaries.sh'))
169
+ echo "============================================="
170
+ cat $HOME/workspace/release/*/ref
171
+ echo "============================================="
169
172
RELEASE_REF=$(head -n 1 <(cat $HOME/workspace/release/*/ref))
170
173
$COMBINE_BINARIES $HOME/workspace/release $RELEASE_REF $HOME
171
174
RESULT=$?
@@ -247,11 +250,16 @@ jobs:
247
250
git clone [email protected] :particle-iot/firmware-buildpack-builder.git -b "$BUILDPACK_BUILDER_VERSION"
248
251
cd $HOME/device-os
249
252
git submodule update --init --recursive
253
+ echo "======================================="
254
+ echo "branch=$CIRCLE_BRANCH"
255
+ echo "tag=$CIRCLE_TAG"
250
256
if [ -z "$CIRCLE_TAG" ]; then
251
257
export ARTIFACT_TAG=$(echo "$CIRCLE_BRANCH" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-zA-Z0-9]/-/g')-$(git rev-parse --short HEAD)
252
258
else
253
259
export ARTIFACT_TAG=$CIRCLE_TAG
254
260
fi
261
+ echo "final=$ARTIFACT_TAG"
262
+ echo "======================================="
255
263
echo "$ARTIFACT_TAG" > $HOME/device-os/.git/ref
256
264
- run :
257
265
name : " Run tests / build for platforms"
You can’t perform that action at this time.
0 commit comments