remove sleep

This commit is contained in:
Maximilian Keßler 2021-10-24 10:03:45 +02:00
parent 1a1bf9102d
commit 8da024a97c

View file

@ -48,7 +48,6 @@ build-packages: # This job runs in the deploy stage.
- git config --global user.name "Maximilian Keßler (via gitlab runner)"
script:
- echo "Building packages incrementally..."
- sleep 1h
- sh .ci/ci_build.sh
variables:
GIT_SUBMODULE_STRATEGY: recursive