pabloem closed pull request #5: Drop RC tag
URL: https://github.com/apache/beam-wheels/pull/5
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.travis.yml b/.travis.yml
index 67327b1..9d779c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,9 +57,6 @@ script:
after_success:
- ls -lh ${TRAVIS_BUILD_DIR}/wheelhouse/
- - |
- for artifact in ${TRAVIS_BUILD_DIR}/wheelhouse/*.*; do
- mv $artifact ${artifact/$VERSION/$VERSION.$RC};
- done
+
- source deploy_travis.sh
- deploy
diff --git a/README.md b/README.md
index 7d84125..8a67945 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ There are 2 major parts in this repository.
* In travis build console > More options > Settings > Environment Variables:
- * Add `RC` and `VERSION` with 'Display value in build log' enabled (e.g.
RC=rc1, VERSION=2.6.0).
+ * Add `VERSION` with 'Display value in build log' enabled
(e.g.VERSION=2.6.0).
* Add `APACHE_USERNAME` and `APACHE_SECRET` with 'Display value in build
log' disabled(which encrypt your credential).
__NOTE__: If you have special characters in your credential, please escape
them following the
[guide](https://docs.travis-ci.com/user/encryption-keys/#note-on-escaping-certain-symbols)
properly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services