Skip to content

Commit a84029f

Browse files
committed
Pin RainMaker version
1 parent 6ab7033 commit a84029f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/update-components.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ if [ $? -ne 0 ]; then exit 1; fi
9494
echo "Updating ESP-RainMaker..."
9595
if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
9696
git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker" && \
97-
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
98-
else
99-
git -C "$AR_COMPS/esp-rainmaker" fetch && \
100-
git -C "$AR_COMPS/esp-rainmaker" pull --ff-only && \
97+
git -C "$AR_COMPS/esp-rainmaker" reset --hard d8e93454f495bd8a414829ec5e86842b373ff555 && \
10198
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
10299
fi
103100
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)