mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Step 1 of 2: Renaming localbuild.sh to cloudbuild-local.sh (preserve commit history) to make way for new localbuild.sh which will actually be entirely local, since this script is still very specific to Cloud Build.
This commit is contained in:
@@ -595,14 +595,14 @@ git push upstream :latest_kustomize
|
||||
git tag -a latest_kustomize
|
||||
```
|
||||
|
||||
### Optionally build a release locally
|
||||
### Optionally build and release locally
|
||||
|
||||
[localbuild.sh]: localbuild.sh
|
||||
[cloudbuild-local.sh]: cloudbuild-local.sh
|
||||
|
||||
Install [`cloud-build-local`], then run [localbuild.sh]:
|
||||
Install [`cloud-build-local`], then run [cloudbuild-local.sh]:
|
||||
|
||||
```
|
||||
./releasing/localbuild.sh $module
|
||||
./releasing/cloudbuild-local.sh $module
|
||||
```
|
||||
|
||||
This should create release artifacts in a local directory.
|
||||
|
||||
2
releasing/localbuild.sh → releasing/cloudbuild-local.sh
Executable file → Normal file
2
releasing/localbuild.sh → releasing/cloudbuild-local.sh
Executable file → Normal file
@@ -8,7 +8,7 @@
|
||||
#
|
||||
# Usage: from the repo root, enter:
|
||||
#
|
||||
# ./releasing/localbuild.sh kustomize/v1.2.3
|
||||
# ./releasing/cloudbuild-local.sh kustomize/v1.2.3
|
||||
#
|
||||
# or some other valid tag value.
|
||||
#
|
||||
Reference in New Issue
Block a user