diff --git a/worker/prepare.sh b/worker/prepare.sh index 70acb9e..90ebc0e 100644 --- a/worker/prepare.sh +++ b/worker/prepare.sh @@ -42,8 +42,5 @@ if [[ "$GOOGLE_APPLICATION_CREDENTIALS" ]]; then gcloud auth activate-service-account --key-file $GOOGLE_APPLICATION_CREDENTIALS; fi -# needed for CLAWPACK to not throw segfaults sometimes -ulimit -s unlimited - # Run extra commands $@