Skip to content

Commit

Permalink
fix(tests): address shellcheck SC1091
Browse files Browse the repository at this point in the history
Silence shellcheck SC1091 in e2e-install-deps.sh.
  • Loading branch information
geyslan committed Apr 24, 2024
1 parent cfff435 commit 0ff8d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ remove_golang_os_packages() {

KERNEL=$(uname -r)

# shellcheck source=/dev/null
# See SC1091
. /etc/os-release

if [[ $ID == "ubuntu" ]]; then
Expand Down

0 comments on commit 0ff8d58

Please sign in to comment.