Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
2e7530d9
Commit
2e7530d9
authored
Sep 21, 2016
by
J. Fernando Sánchez
Browse files
Bumped to 0.6.1
parent
07b5dd38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2e7530d9
...
@@ -41,6 +41,10 @@ clean:
...
@@ -41,6 +41,10 @@ clean:
@
docker ps
-a
|
awk
'/
$(REPO)
\/
$(NAME)
/{ split($$2, vers, "-"); if(vers[1] != "
${VERSION}
"){ print $$1;}}'
| xargs docker
rm
2>/dev/null||
true
@
docker ps
-a
|
awk
'/
$(REPO)
\/
$(NAME)
/{ split($$2, vers, "-"); if(vers[1] != "
${VERSION}
"){ print $$1;}}'
| xargs docker
rm
2>/dev/null||
true
@
docker images |
awk
'/
$(REPO)
\/
$(NAME)
/{ split($$2, vers, "-"); if(vers[1] != "
${VERSION}
"){ print $$1":"$$2;}}'
| xargs docker rmi 2>/dev/null||
true
@
docker images |
awk
'/
$(REPO)
\/
$(NAME)
/{ split($$2, vers, "-"); if(vers[1] != "
${VERSION}
"){ print $$1":"$$2;}}'
| xargs docker rmi 2>/dev/null||
true
upload_git
:
git commit
-a
git tag
${VERSION}
git push
--tags
origin master
pip_upload
:
pip_upload
:
python setup.py sdist upload
;
python setup.py sdist upload
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment