Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <[email protected]>
dio committed Jan 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 38090f8 commit f80fa96
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ on:
push:
branches:
- main
# paths:
# - 'charts/**'
paths:
- 'charts/**'
pull_request:
branches:
- main
2 changes: 0 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
@@ -214,8 +214,6 @@ func packVersionedIstio(ctx context.Context, dir, ring, pass string) error {
files = append(files, filepath.Join(dst, entry.Name()))
}

fmt.Println("DRY_RUN", DRY_RUN, len(os.Getenv("DRY_RUN")))

if DRY_RUN {
fmt.Println("tag", tag, "files", files)
return nil

0 comments on commit f80fa96

Please sign in to comment.