Commit 370f9025 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'fix-extract_gitlab_workhorse_package' into 'master'

Ensure tmp/tests exists before extracting the Workhorse package

See merge request gitlab-org/gitlab!83931
parents 1139628a 2429004f
......@@ -30,6 +30,7 @@ function create_gitlab_workhorse_package() {
function extract_gitlab_workhorse_package() {
local tar_working_folder="${TMP_TEST_FOLDER}"
mkdir -p "${tar_working_folder}"
echoinfo "Extracting archive to ${tar_working_folder}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment