Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Feb 13, 2025
1 parent 6fe976b commit 4142157
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nightly_tests/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
STACK_NAME=""
PROJECT_NAME=""
VENUE_NAME=""
MC_VERSION="latest"
MC_VERSION=""
MC_SHA=""
CONFIG_FILE=""
LATEST=false
Expand Down
4 changes: 4 additions & 0 deletions nightly_tests/marketplace_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ManagementConsole:
sha:
release: 24.10-stable

MarketplaceItems:
- name: unity-cs-monitoring-lambda
version: 0.1
Expand Down
4 changes: 2 additions & 2 deletions nightly_tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESTROY=""
RUN_TESTS=""
PROJECT_NAME=""
VENUE_NAME=""
MC_VERSION="latest"
MC_VERSION=""
DEPLOYMENT_START_TIME=$(date +%s)
MC_SHA=""
LATEST="false"
Expand Down Expand Up @@ -172,7 +172,7 @@ echo "---------------------------------------------------------"

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

Expand Down

0 comments on commit 4142157

Please sign in to comment.