Skip to content

Commit c88ec09

Browse files
committed
Fix a bug in the index script - make sure we work with the latest
version of the repo.
1 parent 8acda90 commit c88ec09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circle/deployment

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ do
5151
fi
5252
done
5353

54+
# Afer pushing the version, make sure we check out the latest commit
55+
# This is important so index reflects latest changes
56+
git checkout master
57+
5458
# Rebuild pack index directory
5559
~/virtualenv/bin/python ~/ci/utils/pack_content.py --input . --output ~/index/v1/packs/"${PACK_NAME}"
5660

0 commit comments

Comments
 (0)