Skip to content

Commit b44c931

Browse files
committed
ci: bash was already default, let's not be explicit
1 parent a41e232 commit b44c931

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ on:
66
branches: [main, master]
77
tags: ["**"]
88

9-
defaults:
10-
run:
11-
# Declare bash be used by default in this workflow's "run" steps.
12-
#
13-
# NOTE: bash will by default run with:
14-
# --noprofile: Ignore ~/.profile etc.
15-
# --norc: Ignore ~/.bashrc etc.
16-
# -e: Exit directly on errors
17-
# -o pipefail: Don't mask errors from a command piped into another command
18-
shell: bash
199

2010
jobs:
2111
# Builds and pushes docker images to DockerHub, packages the Helm chart and

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
tags: ["**"]
88
workflow_dispatch:
99

10-
defaults:
11-
run:
12-
shell: bash
1310

1411
jobs:
1512
# Most of the "main", "auth" and "helm" jobs are the same and only differ

0 commit comments

Comments
 (0)