We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88ec09 commit dc8dfd9Copy full SHA for dc8dfd9
1 file changed
.circle/deployment
@@ -54,6 +54,10 @@ done
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
+git reset --hard master
58
+
59
+# Verify there are no unstaged changes
60
+git status
61
62
# Rebuild pack index directory
63
~/virtualenv/bin/python ~/ci/utils/pack_content.py --input . --output ~/index/v1/packs/"${PACK_NAME}"
0 commit comments