We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bfeb9 commit 7f98838Copy full SHA for 7f98838
test.sh
@@ -182,10 +182,9 @@ function prodtest() {
182
GITHUB_REPOSITORY=internetarchive/emularity-engine
183
GITHUB_REF_NAME=main
184
BASE_DOMAIN=ux-b.archive.org
185
- NOMAD_TOKEN_PROD=test
+ NOMAD_VAR_HOSTNAMES='["emularity-engine"]'
186
expects 'nomad cluster https://ux-b.archive.org' \
187
- 'deploying to https://emularity-engine.ux-b.archive.org' \
188
- 'using nomad production token'
+ 'deploying to https://emularity-engine.ux-b.archive.org'
189
)
190
(
191
banner "GL repo using 'main' branch to be like 'production'"
0 commit comments