Skip to content

Commit

Permalink
scripts/release.sh: do not use --ssh-dir
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Feb 5, 2019
1 parent c5456c3 commit 22559cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ function prepare {

function build {
local kas_file="$1"
[ -z "$SSH_DIR" ] && errorExit "SSH_DIR not present in env"
$GOSU ./kas-docker --ssh-dir $SSH_DIR build $kas_file
$GOSU ./kas-docker build $kas_file
errorCheck "Build failed"
}

Expand Down

0 comments on commit 22559cd

Please sign in to comment.