Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 9fbc6a2

Browse files
authored
Add CI Launch Script (#704)
1 parent c14bf21 commit 9fbc6a2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ci/upload-launch.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/usr/bin/env bash
2+
3+
set -e -u -o -x pipefail
4+
5+
cd "$(dirname "$0")/../"
6+
7+
PREFIX="playground"
8+
9+
ci/build-test.sh
10+
11+
source ".shared-ci/scripts/profiling.sh"
12+
source ".shared-ci/scripts/pinned-tools.sh"
13+
14+
setAssemblyName "${PREFIX}"
15+
16+
.shared-ci/scripts/upload-assemblies.sh "${ASSEMBLY_NAME}"
17+
18+
markStartOfBlock "Launching deployment"
19+
20+
spatial cloud launch "${ASSEMBLY_NAME}" cloud_launch.json "${ASSEMBLY_NAME}" --snapshot=snapshots/default.snapshot
21+
22+
markEndOfBlock "Launching deployment"

0 commit comments

Comments
 (0)