Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/gdk
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-14 00:17:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-14 00:17:21 +0300
commitb2e3da6a38f143a8c782dae4baceae3ed764733d (patch)
tree243bb5191b3c961a9b2951c3e99768fda02d251c /qa/gdk
parent53d77359a0e6bf78bfc8ef8c72995eebe1f9e63b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/gdk')
-rwxr-xr-xqa/gdk/launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/gdk/launch b/qa/gdk/launch
index 4b1fc6ae191..8ad2ce7e5ad 100755
--- a/qa/gdk/launch
+++ b/qa/gdk/launch
@@ -1,6 +1,6 @@
#!/bin/bash
-COMMIT_REF=${1:-$CI_COMMIT_REF_SLUG}
+COMMIT_REF=${1:-$CI_COMMIT_SHA}
RSPEC_ARGS=$2
if [ -z "${COMMIT_REF}" ]; then