Skip to content

Commit

Permalink
Remove superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Dec 7, 2019
1 parent e04c0c9 commit 1208af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- export TRAVIS_TAG=$(printf '%(%Y%m%d)T')
- git tag -a "$TRAVIS_TAG " -m 'Automatic release by Travis CI'
- git tag -a "$TRAVIS_TAG" -m 'Automatic release by Travis CI'
deploy:
provider: releases
draft: false
Expand Down
2 changes: 1 addition & 1 deletion debirf/build_and_run_images
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e -o pipefail
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# debug build +2
# debug build +3

export RELEASE=$(date +'%Y%m%d')
export VERSION='0.98 Beta'
Expand Down

0 comments on commit 1208af0

Please sign in to comment.