Skip to content

Commit

Permalink
Merge pull request #51 from coreydaley/use_shipwright_build_0_6_0
Browse files Browse the repository at this point in the history
Use Shipwright Build Release 0.6.0
  • Loading branch information
openshift-merge-robot authored Oct 7, 2021
2 parents 14e977b + 28bfde6 commit 7e33efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARGS ?=

# Tekton and Shipwright Build Controller versions for CI
TEKTON_VERSION ?= v0.25.0
SHIPWRIGHT_VERSION ?= v0.5.1
SHIPWRIGHT_VERSION ?= v0.6.0

.EXPORT_ALL_VARIABLES:

Expand Down
2 changes: 1 addition & 1 deletion hack/install-shipwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu

SHIPWRIGHT_HOST="github.com"
SHIPWRIGHT_HOST_PATH="shipwright-io/build/releases/download"
SHIPWRIGHT_VERSION="${SHIPWRIGHT_VERSION:-v0.5.1}"
SHIPWRIGHT_VERSION="${SHIPWRIGHT_VERSION:-v0.6.0}"

echo "# Deploying Shipwright Controller '${SHIPWRIGHT_VERSION}'"

Expand Down

0 comments on commit 7e33efe

Please sign in to comment.