Skip to content

Commit 4142157

Browse files
committed
wip
1 parent 6fe976b commit 4142157

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

nightly_tests/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
STACK_NAME=""
44
PROJECT_NAME=""
55
VENUE_NAME=""
6-
MC_VERSION="latest"
6+
MC_VERSION=""
77
MC_SHA=""
88
CONFIG_FILE=""
99
LATEST=false

nightly_tests/marketplace_config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ManagementConsole:
2+
sha:
3+
release: 24.10-stable
4+
15
MarketplaceItems:
26
- name: unity-cs-monitoring-lambda
37
version: 0.1

nightly_tests/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DESTROY=""
44
RUN_TESTS=""
55
PROJECT_NAME=""
66
VENUE_NAME=""
7-
MC_VERSION="latest"
7+
MC_VERSION=""
88
DEPLOYMENT_START_TIME=$(date +%s)
99
MC_SHA=""
1010
LATEST="false"
@@ -172,7 +172,7 @@ echo "---------------------------------------------------------"
172172

173173
export MC_SHA="${MC_SHA}"
174174
export STACK_NAME="unity-management-console-${PROJECT_NAME}-${VENUE_NAME}"
175-
export GH_BRANCH=main
175+
export GH_BRANCH=mc-sha-wip
176176
TODAYS_DATE=$(date '+%F_%H-%M')
177177
LOG_DIR=nightly_logs/log_${TODAYS_DATE}
178178

0 commit comments

Comments
 (0)