Skip to content

Commit

Permalink
fix: ignore default shell due to github actions issues (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Mar 5, 2024
1 parent 2bb156a commit a4edd8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/handle_llvm_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: hadolint/[email protected]
with:
dockerfile: images/llvm_runner/${{ matrix.tag_prefix }}.Dockerfile
ignore: DL4006

- name: Identify short SHA
id: short_sha
Expand Down
3 changes: 0 additions & 3 deletions images/llvm_runner/ubuntu22-llvm15.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM ubuntu:22.04

# Correctly handle errors with pipe commands
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Use defaults from apt
ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit a4edd8a

Please sign in to comment.