Skip to content

Commit

Permalink
Add make update-deps target to be compatible with other openshfit repos
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jan 2, 2018
1 parent 607caee commit b3c019e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ update-api:
hack/update-generated-swagger-spec.sh
.PHONY: update-api

# Update vendored dependencies
#
# Example:
# make update-deps
update-deps:
hack/update-deps.sh
.PHONY: update-deps

# Build and run the complete test-suite.
#
# Example:
Expand Down Expand Up @@ -209,7 +217,7 @@ test-tools:
# Example:
# make test-extended SUITE=core
# make test-extended SUITE=conformance FOCUS=pods
#
#
SUITE ?= conformance
test-extended:
test/extended/$(SUITE).sh
Expand Down Expand Up @@ -284,7 +292,7 @@ build-rpms-redistributable:
.PHONY: build-rpms-redistributable

# Build images from the official RPMs
#
#
# Args:
#
# Example:
Expand Down

0 comments on commit b3c019e

Please sign in to comment.