Skip to content

Commit

Permalink
Changes to workflow for oai-v2 examples (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
anagarajan97 authored Oct 13, 2023
1 parent feb9ddf commit d1ed139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/bootstrapping/init_environment_oai_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
WORKSPACE_NAME=${WORKSPACE_NAME:-}
if [[ -z "$WORKSPACE_NAME" ]]
then
export WORKSPACE_NAME="${PREFIX}${SUFFIX}${DATE_ONLY}-oai-ws"
export WORKSPACE_NAME="${PREFIX}${SUFFIX}${DATE_ONLY}-oai-v2-ws"
echo_warning "No workspace name [WORKSPACE_NAME] specified, defaulting to ${WORKSPACE_NAME}."
fi

Expand Down

0 comments on commit d1ed139

Please sign in to comment.