From 2fac45b5605f3c89caccf72057034574e74e80d6 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Mon, 12 May 2025 22:11:05 +1200 Subject: [PATCH] VNC-141 Rename upload.sh -> helpers.sh --- .ci/{upload.sh => helpers.sh} | 0 .gitlab-ci.yml | 6 +++--- builder/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .ci/{upload.sh => helpers.sh} (100%) diff --git a/.ci/upload.sh b/.ci/helpers.sh similarity index 100% rename from .ci/upload.sh rename to .ci/helpers.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebf0947..65b2f88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ functional_test: tags: - oci-fixed-amd before_script: - - . .ci/upload.sh + - . .ci/helpers.sh script: - prepare_to_run_functional_tests - ./functional-test @@ -197,7 +197,7 @@ upload: paths: - output/ before_script: - - . .ci/upload.sh + - . .ci/helpers.sh script: - prepare_to_run_scripts_and_s3_uploads - S3_CRASHPAD_BUILD_DIRECTORY="kasmvnc/crashpad/${CI_COMMIT_SHA}" @@ -233,7 +233,7 @@ upload_build_preview: tags: - oci-fixed-amd before_script: - - . .ci/upload.sh + - . .ci/helpers.sh resource_group: upload_build_preview only: variables: diff --git a/builder/README.md b/builder/README.md index 64b8513..0daf66f 100644 --- a/builder/README.md +++ b/builder/README.md @@ -115,7 +115,7 @@ locally by doing stuff like this: ``` bash -c ' -. .ci/upload.sh; +. .ci/helpers.sh; prepare_upload_filename "focal/kasmvncserver_0.9.1~beta-1+libjpeg-turbo-latest_amd64.deb"; echo $upload_filename;' ```