Skip to content

Commit

Permalink
test: Remove -i flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman committed Sep 10, 2024
1 parent b371e48 commit ddfcdc8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/static-analyzers-aggregator-geodesic-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
container:
image: mtweeman/hajle-silesia_provisioning-ld:latest
options: --rm -it
options: --rm -t

defaults:
run:
shell:
bash -e -o pipefail {0} # removed --noprofile, --norc options from default bash
bash -e -o pipefail {0} # removed --noprofile, --norc options from default bash; https://stackoverflow.com/questions/70085548/running-a-login-shell-in-github-actions

steps:
- name: Checkout
Expand All @@ -34,11 +34,4 @@ jobs:
# docker run --rm mtweeman/hajle-silesia_provisioning-ld:latest init | bash
# /usr/local/bin/hajle-silesia_provisioning-ld
# cd /
# echo "DYSK: $(ls -la)"
# . conf/.profile
# echo "MISE: $(mise --version)"
# echo "PATH: ${PATH}"
# echo "TRivy: $(trivy --version)"
# echo "TFLint: $(tflint --version)"
# pre-commit install
# pre-commit run --all --hook-stage manual

0 comments on commit ddfcdc8

Please sign in to comment.