We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6b5c2f + 518deec commit 9089da3Copy full SHA for 9089da3
1 file changed
.travis.yml
@@ -31,7 +31,7 @@ script:
31
- sudo chown travis:travis ${DIST_REPO}/deb_dist/*.deb
32
after_success:
33
- md5sum ${PKG_RELEASE_EL7} > ${PKG_RELEASE_EL7}.md5 && md5sum --check ${PKG_RELEASE_EL7}.md5
34
- - md5sum ${PKG_RELEASE_1404} > ${PKG_RELEASE_1404}.md5 && md5sum --check ${PKG_RELASE_1404}.md5
+ - md5sum ${PKG_RELEASE_1404} > ${PKG_RELEASE_1404}.md5 && md5sum --check ${PKG_RELEASE_1404}.md5
35
36
before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
37
deploy:
0 commit comments