mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix syntax error in travis deploy script
This should resolve the build failure https://travis-ci.org/vimeo/psalm/jobs/542700463
This commit is contained in:
parent
34f152e82a
commit
80837267e7
@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
shopt -s extglob # required for the rm -rf below
|
||||
|
||||
git clone https://${GITHUB_TOKEN}@github.com/psalm/phar.git > /dev/null 2>&1
|
||||
cd phar
|
||||
rm -rf !(".git")
|
||||
rm -rf -- !(".git")
|
||||
cp ../build/psalm.phar ../build/psalm.phar.asc ../assets/psalm-phar/* .
|
||||
mv dot-gitignore .gitignore
|
||||
git config user.email "travis@travis-ci.org"
|
||||
|
Loading…
Reference in New Issue
Block a user