Fix branches that were committed.

This commit is contained in:
Richard Koliser 2025-09-08 13:32:37 -04:00
parent 33929ff75d
commit a2ebd651f2
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ stages:
- template
- run
variables:
BASE_TAG: "feature_VNC-204_vulkan_support"
USE_PRIVATE_IMAGES: 1
BASE_TAG: "develop"
USE_PRIVATE_IMAGES: 0
KASM_RELEASE: "1.17.0"
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz"
MIRROR_ORG_NAME: "kasmtech"

View file

@ -188,7 +188,7 @@ ssh \
ready_check
# Pull tester image
docker pull ${ORG_NAME}/kasm-tester:bugfix_KASM-7221-fix_cyberbro_tests
docker pull ${ORG_NAME}/kasm-tester:1.18.0
# Run test
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
@ -210,7 +210,7 @@ docker run --rm \
-e REPO=workspaces-images \
-e AUTOMATED=true \
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
kasmweb/kasm-tester:bugfix_KASM-7221-fix_cyberbro_tests
kasmweb/kasm-tester:1.18.0
# Shutdown Instances
turnoff