Modificar 'BldHelper-64-release.sh'

This commit is contained in:
Manuel Fernando da silva rosa 2022-11-18 19:11:26 +00:00
parent fe86eedfc8
commit b15b4ed4f7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
# Move into the builder directory. # Move into the builder directory.
# Make sure the local repos are up to date. # Make sure the local repos are up to date.
cd /repos/builds/my-distro-builds/ cd /repos/builds/my-distro-builds/
cd ./My-distro-configs-devuan && git pull --ff-only cd ./My-distro-configs-devuan && git pull --ff-onlyly
# Run the build script - expect 50 minutes, allow 60. # Run the build script - expect 50 minutes, allow 60.
./build-64.sh 2>&1 | tee -a /tmp/${FileName}.out ./build-64.sh 2>&1 | tee -a /tmp/${FileName}.out