Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
aabouzaid committed Sep 14, 2024
1 parent 2faee16 commit 1b1eff1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
artifacts-cache: true
artifacts-cache-key: "dist-${{ github.run_id }}"
artifacts-publish-ci: true
artifacts-identifier: "${{ github.event.number == 0 && format('main-{0}', github.sha) || format('pr-{0}', github.event.number) }}"
artifacts-identifier: "${{ github.event.number == 0 && 'snapshot' || format('pr-{0}', github.event.number) }}"

upload:
name: Upload Artifacts - ${{ matrix.os.name }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/go-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
"section": "Features",
"hidden": false
},
{
"type": "refactor",
"section": "Refactors",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
Expand Down
2 changes: 1 addition & 1 deletion examples/long-omni-manifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
## Build
```shell
kustomize build --enable-alpha-plugins .
kustomize build --enable-alpha-plugins .
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion examples/manifest-lists-without-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
## Build
```shell
kustomize build --enable-alpha-plugins .
kustomize build --enable-alpha-plugins .
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-manifests-from-single-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
## Build
```shell
kustomize build --enable-alpha-plugins .
kustomize build --enable-alpha-plugins .
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion examples/non-manifest-into-configmap-or-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
## Build
```shell
kustomize build --enable-alpha-plugins .
kustomize build --enable-alpha-plugins .
```

## Output
Expand Down

0 comments on commit 1b1eff1

Please sign in to comment.