Skip to content

Commit

Permalink
fix: Add release-tools subtree
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Kumar <[email protected]>
  • Loading branch information
animeshk08 committed Jun 18, 2020
1 parent f8ed06c commit 0c057de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# No individual commands at the moment, just packages.
CMDS=
all: build

# include release tools for building binary and testing targets
include release-tools/build.make

PKG = github.com/kubernetes-csi/csi-driver-smb
GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
Expand Down
1 change: 1 addition & 0 deletions cloudbuild.sh
1 change: 1 addition & 0 deletions cloudbuild.yaml

0 comments on commit 0c057de

Please sign in to comment.