Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Signed-off-by: Eoghan Russell <[email protected]>
  • Loading branch information
Eoghan Russell committed Feb 27, 2024
1 parent 192e618 commit 5bd9775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
env:
SHELLCHECK_OPTS: -e SC3037 # disabled because of false issue in entrypoint.sh
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
Expand Down
4 changes: 2 additions & 2 deletions ipu-device-plugin/images/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

# Copyright 2024 Intel Corp. All Rights Reserved.

# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -11,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh

set -e

DP_SYS_BINARY_DIR="/usr/bin"
Expand Down

0 comments on commit 5bd9775

Please sign in to comment.