Skip to content

Commit

Permalink
Pin RainMaker version
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Sep 29, 2023
1 parent 6ab7033 commit a84029f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/update-components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ if [ $? -ne 0 ]; then exit 1; fi
echo "Updating ESP-RainMaker..."
if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker" && \
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
else
git -C "$AR_COMPS/esp-rainmaker" fetch && \
git -C "$AR_COMPS/esp-rainmaker" pull --ff-only && \
git -C "$AR_COMPS/esp-rainmaker" reset --hard d8e93454f495bd8a414829ec5e86842b373ff555 && \
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
fi
if [ $? -ne 0 ]; then exit 1; fi
Expand Down

0 comments on commit a84029f

Please sign in to comment.