You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
129 B

  1. #!/bin/bash
  2. set -e
  3. if [[ "master" == $WERCKER_GIT_BRANCH ]]; then
  4. echo "/docs"
  5. else
  6. echo "/docs/pr/$WERCKER_GIT_BRANCH"
  7. fi