We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9e8ac commit 2bfb646Copy full SHA for 2bfb646
Makefile
@@ -12,6 +12,13 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# No individual commands at the moment, just packages.
16
+CMDS=
17
+all: build
18
+
19
+# include release tools for building binary and testing targets
20
+include release-tools/build.make
21
22
PKG = github.com/kubernetes-csi/csi-driver-smb
23
GIT_COMMIT ?= $(shell git rev-parse HEAD)
24
REGISTRY ?= andyzhangx
cloudbuild.sh
@@ -0,0 +1 @@
1
+release-tools/cloudbuild.sh
cloudbuild.yaml
+release-tools/cloudbuild.yaml
0 commit comments