We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab7033 commit a84029fCopy full SHA for a84029f
tools/update-components.sh
@@ -94,10 +94,7 @@ if [ $? -ne 0 ]; then exit 1; fi
94
echo "Updating ESP-RainMaker..."
95
if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
96
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 && \
+ git -C "$AR_COMPS/esp-rainmaker" reset --hard d8e93454f495bd8a414829ec5e86842b373ff555 && \
101
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
102
fi
103
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments