mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-19 01:18:31 +02:00
Remove branch logic from deploy script
the branch logic lives in main.sh, so no need to check again
This commit is contained in:
parent
9f53d0948c
commit
367de578e6
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@
|
|||
|
||||
set -o errexit -o nounset
|
||||
|
||||
if [ "$TRAVIS_BRANCH" != "master" ]
|
||||
then
|
||||
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
rev=$(git rev-parse --short HEAD)
|
||||
|
||||
mkdir deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue