Enhance entrypoint script to log completion of git pull operation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -524,7 +524,7 @@ get_repositories() {
|
|||||||
cd /tmp/$BASE
|
cd /tmp/$BASE
|
||||||
echo "Starting git pull for $BASE"
|
echo "Starting git pull for $BASE"
|
||||||
GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git pull
|
GIT_HTTP_CONNECT_TIMEOUT=10 GIT_HTTP_TIMEOUT=30 git pull
|
||||||
echo
|
echo "Finished git pull for $BASE"
|
||||||
fi
|
fi
|
||||||
if [ -f "/tmp/$BASE/applications-tree.json" ]; then
|
if [ -f "/tmp/$BASE/applications-tree.json" ]; then
|
||||||
TREES=$TREES" /tmp/$BASE/applications-tree.json"
|
TREES=$TREES" /tmp/$BASE/applications-tree.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user