File: after_success.sh

package info (click to toggle)
async-http-client 2.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,520 kB
  • sloc: java: 33,231; xml: 937; python: 30; sh: 7; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash
if ([ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]); then
    mvn deploy
fi