Skip to content

Commit 71843b0

Browse files
siddhanta-rathSiddhanta Rath
andauthored
fix : maintain single optimus host variable across environment (#23)
Co-authored-by: Siddhanta Rath <[email protected]>
1 parent 0b976bd commit 71843b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "-- initializing optimus assets"
1111
OPTIMUS_ADMIN_ENABLED=1 /opt/optimus admin build instance "$JOB_NAME" --project \
1212
"$PROJECT" --output-dir "$JOB_DIR" \
1313
--type "$INSTANCE_TYPE" --name "$INSTANCE_NAME" \
14-
--scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOSTNAME"
14+
--scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOST"
1515

1616
# TODO: this doesnt support using back quote sign in env vars, fix it
1717
echo "-- exporting env"

0 commit comments

Comments
 (0)