From d75f250813559358f86d9c3af7ec81266240e7d4 Mon Sep 17 00:00:00 2001 From: mtweeman Date: Tue, 10 Sep 2024 21:31:04 +0200 Subject: [PATCH] ci: System-wide PATH --- .../workflows/static-analyzers-aggregator-geodesic-test.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static-analyzers-aggregator-geodesic-test.yaml b/.github/workflows/static-analyzers-aggregator-geodesic-test.yaml index 83a04704..21d02f2e 100644 --- a/.github/workflows/static-analyzers-aggregator-geodesic-test.yaml +++ b/.github/workflows/static-analyzers-aggregator-geodesic-test.yaml @@ -11,12 +11,12 @@ jobs: name: Static analysis geodesic test runs-on: ubuntu-latest container: - image: mtweeman/hajle-silesia_provisioning-ld:sha-2387ca9 + image: mtweeman/hajle-silesia_provisioning-ld:sha-a50c0ad defaults: run: shell: - bash -il -e -o pipefail {0} + bash --norc -e -o pipefail {0} steps: - name: Checkout diff --git a/Dockerfile b/Dockerfile index 75919f62..26679acf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ARG MISE_VERSION ARG MISE_INSTALL_PATH="/usr/local/bin/mise" RUN curl https://mise.run | MISE_INSTALL_PATH="${MISE_INSTALL_PATH}" MISE_VERSION="${MISE_VERSION}" sh #RUN echo "eval \"\$(${MISE_INSTALL_PATH} activate bash)\"" >> ~/.profile -RUN mise activate bash --shims >> ~/.profile +RUN mise activate bash --shims >> /etc/profile # source: https://mise.jdx.dev/configuration.html#system-config-etc-mise-config-toml COPY .mise.toml /etc/mise/config.toml # source: https://mise.jdx.dev/cli/install.html