Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 786ee54

Browse files
authored
Merge pull request #98 from adrianludwin/fix-rel
Fix cloud build (master)
2 parents 9d62c9d + febabfe commit 786ee54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
git clone https://github.com/$_HNC_REPO_OWNER/hierarchical-namespaces
1212
cd hierarchical-namespaces
1313
echo Checking out $_HNC_IMG_TAG
14-
git checkout _HNC_IMG_TAG
14+
git checkout $_HNC_IMG_TAG
1515
# Build the manifests and the kubectl plugin
1616
- name: golang:1.17
1717
entrypoint: 'bash'

0 commit comments

Comments
 (0)