File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ jobs:
31
31
GIT_LOG=$(git log ${TRAVIS_COMMIT_RANGE} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/phpstan\/phpstan-src\/commit\//') && \
32
32
git clone https://${GITHUB_TOKEN}@github.com/phpstan/phpstan.git phpstan-dist > /dev/null 2>&1 && \
33
33
cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
34
- cp tmp/phpstan.phar phpstan-dist/phpstan && \
35
34
cd phpstan-dist && \
36
35
git config user.email "[email protected] " && \
37
36
git config user.name "Ondrej Mirtes" && \
38
37
git config --global user.signingkey CF1A108D0E7AE720 && \
39
38
rm phpstan.phar.asc && \
40
39
gpg --batch -ab phpstan.phar && \
41
40
gpg --verify phpstan.phar.asc && \
42
- git add phpstan phpstan .phar phpstan.phar.asc
41
+ git add phpstan.phar phpstan.phar.asc
43
42
44
43
if [ "${TRAVIS_TAG}" != "" ]; then
45
44
COMMIT_MSG="PHPStan ${TRAVIS_TAG}"
You can’t perform that action at this time.
0 commit comments