Skip to content

Use bash for bin/background_scripts

Oswaldo Ferreira requested to merge osw-use-bash-for-background-jobs-script into master

What does this MR do?

The bin/background_jobs_sk_cluster script use some bashisms. In order to avoid issues with either GDK or other external Unix systems, here we make use of bash as the default interpreter for this script.

Related to gitlab-development-kit!1128 (merged).

Merge request reports