From 0708bbf682a060e1486dfb177d1a603a60b7cbcc Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Fri, 26 Jun 2026 01:43:32 +0800 Subject: [PATCH] ci(gitlab-ci): comment out previous nixos before_run commands in meantime Signed-off-by: Andrei Jiroh Halili --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9ef42..79ebb9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,12 @@ stages: - test - build -default: - before_script: - - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - - nix profile remove git-minimal - - nix profile install nixpkgs#curl nixpkgs#gitFull nixpkgs#which nixpkgs#ncurses nixpkgs#devenv -vv --show-trace - - devenv shell echo "trigger install" - - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash +#default: +# before_script: +# - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf +# - nix profile remove git-minimal +# - nix profile install nixpkgs#curl nixpkgs#ncurses -vv --show-trace +# - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash # Global builds and stuff variables: -- 2.51.2