From 5105e0e6924684811f1a8df31ea616cfb9bc96c2 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 14 Sep 2020 21:15:58 +0300 Subject: [PATCH] DROP BEFORE MERGING UPSTREAM --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9def00d6c..9a97adf2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ version_scheduled_job: - nix before_script: - find "$CI_PROJECT_DIR" -path "$CI_PROJECT_DIR/.git" -prune -o "(" -type d -a -not -perm -u=w ")" -exec chmod --verbose u+w {} ";" - - nix-env -f channel:nixos-unstable -iA gnutar gitMinimal + # - nix-env -f channel:nixos-unstable -iA gnutar gitMinimal - export COMMIT_DATE="$(git show --no-patch --format=%ci)" # The binary produced is useless by itself