Skip to content

Commit fcb0d9f

Browse files
committed
fix: Add release-tools subtree
Signed-off-by: Animesh Kumar <[email protected]>
1 parent c86cf2b commit fcb0d9f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# No individual commands at the moment, just packages.
16+
CMDS=
17+
all: build test
18+
19+
# include release tools for building binary and testing targets
20+
include release-tools/build.make
21+
1522
PKG = github.com/kubernetes-csi/csi-driver-smb
1623
GIT_COMMIT ?= $(shell git rev-parse HEAD)
1724
REGISTRY ?= andyzhangx

cloudbuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./release-tools/cloudbuild.sh

cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./release-tools/cloudbuild.yaml

0 commit comments

Comments
 (0)