Skip to content

Commit

Permalink
enable -u to checkout GDASapp in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Oct 23, 2023
1 parent 8071633 commit 0a6d721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/clone-build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ echo "${commit}" > "../commit"
# run checkout script
cd sorc || exit 1
set +e
# TODO enable -u later when GDASApp tests are added
./checkout.sh -c -g >> log.checkout 2>&1
./checkout.sh -c -g -u >> log.checkout 2>&1
checkout_status=$?
if [[ ${checkout_status} != 0 ]]; then
{
Expand Down

0 comments on commit 0a6d721

Please sign in to comment.