Skip to content

Commit

Permalink
Merge pull request #117 from dokku/master
Browse files Browse the repository at this point in the history
Release 0.17.1
  • Loading branch information
josegonzalez authored Aug 12, 2023
2 parents d219562 + b91e09a commit 590c182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = sshcommand
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.17.0
BASE_VERSION ?= 0.17.1
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down Expand Up @@ -156,7 +156,8 @@ unit-tests: /usr/local/bin/sshcommand
@$(QUIET) TERM=linux bats --formatter bats-format-junit -e -T -o test-results/bats tests/unit

pre-build:
true
git config --global --add safe.directory $(shell pwd)
git status

/usr/local/bin/sshcommand:
@echo installing sshcommand
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshcommand",
"version": "0.17.0",
"version": "0.17.1",
"description": "Turn SSH into a thin client specifically for your app",
"global": "true",
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",
Expand Down

0 comments on commit 590c182

Please sign in to comment.