mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix git command git fetch --all in startscript. It doesnt take remote repository as parameter
This commit is contained in:
parent
33a3deec60
commit
ecc3adbdd0
@ -67,7 +67,7 @@ BRANCH=${1:-master}
|
||||
echo "Starting with git pull - branch:$BRANCH" >> $UPDATE_HTML
|
||||
cd $PROJECT_ROOT
|
||||
# TODO: this overfetches alot, but ensures we can use start.sh with tags
|
||||
git fetch origin --all
|
||||
git fetch --all
|
||||
git checkout $BRANCH
|
||||
git pull
|
||||
export BUILD_COMMIT="$(git rev-parse HEAD)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user