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