mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-30 03:02:40 +00:00
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:
commit
19ccc8272d
3 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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;'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue