File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed
Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-20.04
2121
2222 steps :
23- - name : Check shell
24- run : |
25- # get the current shell
26-
27- current_shell() {
28- currentShell=$(readlink /proc/"${$}"/exe)
29- printf "using shell: %s\n" "${currentShell}"
30- version=$("${currentShell}" --version)
31- printf "shell version: %s\n" "${version}"
32- }
33- current_shell
3423 - name : Checkout source
3524 uses : actions/checkout@v2
3625
@@ -135,17 +124,6 @@ jobs:
135124 - name : run e2e tests
136125 shell : bash
137126 run : |
138- # get the current shell
139- current_shell() {
140- currentShell=$(readlink /proc/"${$}"/exe)
141- printf "using shell: %s\n" "${currentShell}"
142- version=$("${currentShell}" --version)
143- printf "shell version: %s\n" "${version}"
144- }
145- current_shell
146-
147- printf "########################################\navailable shells:\n%s\n" "$(cat /etc/shells)"
148-
149127 mkdir bin
150128 make test-e2e
151129
Original file line number Diff line number Diff line change 1- # Ensure that make is using bash
2- SHELL := /bin/bash
3-
1+ # set binary versions
42GOLANGCI_VERSION := v1.46.1
53HELM_VERSION := v3.8.2
64KUTTL_VERSION := 0.10.0
You can’t perform that action at this time.
0 commit comments