diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 14:34:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 14:34:42 +0000 |
commit | 9f46488805e86b1bc341ea1620b866016c2ce5ed (patch) | |
tree | f9748c7e287041e37d6da49e0a29c9511dc34768 /bin | |
parent | dfc92d081ea0332d69c8aca2f0e745cb48ae5e6d (diff) | |
download | gitlab-ce-9f46488805e86b1bc341ea1620b866016c2ce5ed.tar.gz |
Add latest changes from gitlab-org/gitlab@13-0-stable-ee
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/background_jobs | 2 | ||||
-rwxr-xr-x | bin/background_jobs_sk | 2 | ||||
-rwxr-xr-x | bin/background_jobs_sk_cluster | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/background_jobs b/bin/background_jobs index 598d36abde6..866f5c39cd6 100755 --- a/bin/background_jobs +++ b/bin/background_jobs @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0)/.. diff --git a/bin/background_jobs_sk b/bin/background_jobs_sk index 131cfe116ff..fb7de0a6180 100755 --- a/bin/background_jobs_sk +++ b/bin/background_jobs_sk @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0)/.. app_root=$(pwd) diff --git a/bin/background_jobs_sk_cluster b/bin/background_jobs_sk_cluster index 1982fd0810d..b1d5fce204e 100755 --- a/bin/background_jobs_sk_cluster +++ b/bin/background_jobs_sk_cluster @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd $(dirname $0)/.. app_root=$(pwd) |