Skip to content

Commit

Permalink
#1609 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Nov 16, 2021
1 parent 2c57832 commit b5e4b97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/build_vt_sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ fi

if test "${VT_CI_BUILD:-0}" -eq 1
then
export VT=${source_dir}
export VT_BUILD=${build_dir}/vt
export VT_INSTALL=${VT_BUILD}/install
export DETECTOR=${build_dir}/detector
export CHECKPOINT=${DETECTOR}/build/checkpoint
export VT=${source_dir}
export VT_BUILD=${build_dir}/vt
export VT_INSTALL=${VT_BUILD}/install
export DETECTOR=${build_dir}/detector
export CHECKPOINT=${DETECTOR}/build/checkpoint

cd "$VT_BUILD"

Expand Down

0 comments on commit b5e4b97

Please sign in to comment.