File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ if [ $? -ne 0 ]; then exit 1; fi
111
111
#
112
112
# CLONE/UPDATE ESP-INSIGHTS
113
113
#
114
- echo " Updating ESP-Insights..."
115
- if [ ! -d " $AR_COMPS /esp-insights" ]; then
116
- git clone $INSIGHTS_REPO_URL " $AR_COMPS /esp-insights" && \
117
- git -C " $AR_COMPS /esp-insights" submodule update --init --recursive
118
- else
119
- git -C " $AR_COMPS /esp-insights" fetch && \
120
- git -C " $AR_COMPS /esp-insights" pull --ff-only && \
121
- git -C " $AR_COMPS /esp-insights" submodule update --init --recursive
122
- fi
123
- if [ $? -ne 0 ]; then exit 1; fi
114
+ # echo "Updating ESP-Insights..."
115
+ # if [ ! -d "$AR_COMPS/esp-insights" ]; then
116
+ # git clone $INSIGHTS_REPO_URL "$AR_COMPS/esp-insights" && \
117
+ # git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
118
+ # else
119
+ # git -C "$AR_COMPS/esp-insights" fetch && \
120
+ # git -C "$AR_COMPS/esp-insights" pull --ff-only && \
121
+ # git -C "$AR_COMPS/esp-insights" submodule update --init --recursive
122
+ # fi
123
+ # if [ $? -ne 0 ]; then exit 1; fi
124
124
125
125
#
126
126
# CLONE/UPDATE ESP-DSP
You can’t perform that action at this time.
0 commit comments