Skip to content

Commit 590c182

Browse files
authored
Merge pull request #117 from dokku/master
Release 0.17.1
2 parents d219562 + b91e09a commit 590c182

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66
REPOSITORY = sshcommand
77
HARDWARE = $(shell uname -m)
88
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9-
BASE_VERSION ?= 0.17.0
9+
BASE_VERSION ?= 0.17.1
1010
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1111
PACKAGECLOUD_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

158158
pre-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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)