mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 21:21:56 +02:00
Merge branch 'feature/VNC-144-functional-test-use-release-1.0.0-branch' into 'master'
VNC-144 Use release/1.0.0 branch in functional tests Closes VNC-144 See merge request kasm-technologies/internal/KasmVNC!181
This commit is contained in:
commit
07366639a1
@ -79,6 +79,7 @@ upload_directory_to_s3() {
|
|||||||
prepare_functional_tests_source_and_cd_into_it() {
|
prepare_functional_tests_source_and_cd_into_it() {
|
||||||
git clone https://gitlab-ci-token:$CI_JOB_TOKEN@gitlab.com/kasm-technologies/internal/kasmvnc-functional-tests.git
|
git clone https://gitlab-ci-token:$CI_JOB_TOKEN@gitlab.com/kasm-technologies/internal/kasmvnc-functional-tests.git
|
||||||
cd kasmvnc-functional-tests
|
cd kasmvnc-functional-tests
|
||||||
|
git checkout release/1.0.0
|
||||||
mkdir output && chown 1000:1000 output
|
mkdir output && chown 1000:1000 output
|
||||||
mkdir report && chown 1000:1000 report
|
mkdir report && chown 1000:1000 report
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user