Skip to content

Commit

Permalink
use vim-tiny when releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
szymi- committed Dec 21, 2018
1 parent 1c11d2a commit ff84ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ release-new-version:
docker run -it -v $(shell pwd):/volume ralph-deb:latest release-new-version
docker image rm --force ralph-deb:latest
git add debian/changelog
git commit -m "Updated changelog for $(new_version) version."
GIT_EDITOR=vim.tiny git commit -m "Updated changelog for $(new_version) version."
git tag -m $(new_version) -a $(new_version) -s

build-package:
Expand Down
3 changes: 2 additions & 1 deletion docker_ng/Dockerfile-deb
Expand Up @@ -10,7 +10,8 @@ ENV RALPH_DIR=/opt/ralph

RUN apt-get update && \
apt-get -y install build-essential debhelper devscripts equivs dh-virtualenv \
git libmysqlclient-dev python3 python3-dev libffi-dev nodejs npm git-buildpackage nano
git libmysqlclient-dev python3 python3-dev libffi-dev nodejs npm git-buildpackage \
vim-tiny

COPY . $RALPH_DIR

Expand Down

0 comments on commit ff84ad9

Please sign in to comment.