Skip to content

Commit

Permalink
Merge pull request #77 from lsst-it/mxturri-patch-1
Browse files Browse the repository at this point in the history
Removed git status check from installCCS.sh
  • Loading branch information
glennmorris authored Nov 12, 2024
2 parents 6dc7f6a + 941b81a commit 84907b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions files/install/installCCS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ then
echo "Something went wrong when updating $DEV_PACKAGE_DIR: $?: $gitPull"
exit
fi
gitStatus=$(git status)
if [[ $gitStatus != *"nothing to commit, working tree clean"* ]]; then
echo Directory "$DEV_PACKAGE_DIR" is not up to date. Exiting.
exit
fi

# Check that the install script exists. If not abort.
if [ ! -f "$RELEASE_INSTALL_SCRIPT" ]; then
Expand Down

0 comments on commit 84907b5

Please sign in to comment.