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 8acda90 commit c88ec09Copy full SHA for c88ec09
1 file changed
.circle/deployment
@@ -51,6 +51,10 @@ do
51
fi
52
done
53
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
+
58
# Rebuild pack index directory
59
~/virtualenv/bin/python ~/ci/utils/pack_content.py --input . --output ~/index/v1/packs/"${PACK_NAME}"
60
0 commit comments