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 0b976bd commit 71843b0Copy full SHA for 71843b0
entrypoint.sh
@@ -11,7 +11,7 @@ echo "-- initializing optimus assets"
11
OPTIMUS_ADMIN_ENABLED=1 /opt/optimus admin build instance "$JOB_NAME" --project \
12
"$PROJECT" --output-dir "$JOB_DIR" \
13
--type "$INSTANCE_TYPE" --name "$INSTANCE_NAME" \
14
---scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOSTNAME"
+--scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOST"
15
16
# TODO: this doesnt support using back quote sign in env vars, fix it
17
echo "-- exporting env"
0 commit comments