File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66REPOSITORY = sshcommand
77HARDWARE = $(shell uname -m)
88SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9- BASE_VERSION ?= 0.17.0
9+ BASE_VERSION ?= 0.17.1
1010IMAGE_NAME ?= $(MAINTAINER ) /$(REPOSITORY )
1111PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212
@@ -156,7 +156,8 @@ unit-tests: /usr/local/bin/sshcommand
156156 @$(QUIET ) TERM=linux bats --formatter bats-format-junit -e -T -o test-results/bats tests/unit
157157
158158pre-build :
159- true
159+ git config --global --add safe.directory $(shell pwd)
160+ git status
160161
161162/usr/local/bin/sshcommand :
162163 @echo installing sshcommand
Original file line number Diff line number Diff line change 11{
22 "name" : " sshcommand" ,
3- "version" : " 0.17.0 " ,
3+ "version" : " 0.17.1 " ,
44 "description" : " Turn SSH into a thin client specifically for your app" ,
55 "global" : " true" ,
66 "install" : " cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand" ,
You can’t perform that action at this time.
0 commit comments