Skip to content

Commit

Permalink
Disable automatic preparation of offline distro
Browse files Browse the repository at this point in the history
With this commit we disable the automatic invocation of the script that
creates the Rally offline distribution. We disable it because the new
pypi API caches quite heavily and the Rally package will not show up
immediately after the release. Therefore, creating this distribution is
an additional manual step in the release process for the time being.
  • Loading branch information
danielmitterdorfer committed Sep 13, 2018
1 parent 6c6cdf8 commit fb6e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ git commit -a -m "Continue in $NEXT_RELEASE"
git push origin master

# Prepare offline installation package
source scripts/offline-install.sh "${RELEASE_VERSION}"
# source scripts/offline-install.sh "${RELEASE_VERSION}"

echo ""
echo "===================="
Expand Down

0 comments on commit fb6e7af

Please sign in to comment.