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:
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"
You can’t perform that action at this time.
0 commit comments