Commit 2429004f authored by Rémy Coutable's avatar Rémy Coutable

Ensure tmp/tests exists before extracting the Workhorse package

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ca082285
......@@ -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