From 509f1db38b30493018b90ff1e3c812ce5445a93d Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sun, 16 May 2021 23:25:24 +0300 Subject: [PATCH] ci: fix --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index beab54f..064bf12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: yusdacra/nix-flake:latest -before_script: - - . /bin/pre-build.sh - pages: stage: deploy script: @@ -11,7 +8,4 @@ pages: paths: - result only: - - master - -after_script: - - ./bin/post-build.sh \ No newline at end of file + - master \ No newline at end of file