Skip to content

Commit

Permalink
[TASK] Do not git reset in release stage of travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelselbach committed Jun 25, 2020
1 parent eb4575a commit 4f929a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
echo "Uploading release ${TRAVIS_TAG} to TER";
echo "🧹 before we upload";
git reset --hard HEAD && git clean -fx;
git clean -fx;
composer extension-cleanup-for-release;
echo;
Expand Down

0 comments on commit 4f929a4

Please sign in to comment.