Merge branch 'feature/VNC-141-cleanup' into 'master'

VNC-141 Rename upload.sh -> helpers.sh

Closes VNC-141

See merge request kasm-technologies/internal/KasmVNC!182
This commit is contained in:
Matthew McClaskey 2025-05-13 10:01:07 +00:00
commit 19ccc8272d
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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;'
```