Skip to content

Commit

Permalink
Actually that was important (2600hz#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
swysor authored and icehess committed Oct 1, 2019
1 parent cf2e8e5 commit 645a920
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/circleci.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ if [ ! -d $APP_PATH ]; then
git submodule add ${CIRCLE_REPOSITORY_URL} $APP_PATH
fi

cd $APP_PATH

echo checking out our commit $CIRCLE_BRANCH
git fetch --prune
git checkout -B $CIRCLE_BRANCH
git reset --hard $CIRCLE_SHA1

cd $KAZOO_ROOT

echo "make a pristine environment for the kazoo dir"
Expand Down

0 comments on commit 645a920

Please sign in to comment.