We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c4584 commit 30ae18cCopy full SHA for 30ae18c
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