From f508ac495fa71408a040135ef9cb57ba973f940f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 25 Jun 2024 17:39:11 +0200 Subject: [PATCH] chore: Move workflow file --- .github/{ => workflows}/pipeline.yaml | 0 .gitlab/container/Containerfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/pipeline.yaml (100%) diff --git a/.github/pipeline.yaml b/.github/workflows/pipeline.yaml similarity index 100% rename from .github/pipeline.yaml rename to .github/workflows/pipeline.yaml diff --git a/.gitlab/container/Containerfile b/.gitlab/container/Containerfile index 79f14c6..4803dd9 100644 --- a/.gitlab/container/Containerfile +++ b/.gitlab/container/Containerfile @@ -22,7 +22,7 @@ COPY rust-toolchain.toml /container-setup/ RUN cd /container-setup && \ git init && git add . && \ nix --accept-flake-config \ - build --no-link "./tools/nix#devShells.x86_64-linux.ci" + build --no-link "./nix#devShells.x86_64-linux.ci" # Format image. # ===============================================