diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6efb330a9..d73d1776b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,8 +89,6 @@ doxygen: libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev tags: - docker - only: - - master gitstats: stage: build @@ -107,8 +105,6 @@ gitstats: PACKAGES: python zlib1g git-core gnuplot tags: - docker - only: - - master # stats @@ -127,5 +123,3 @@ pages: paths: - public expire_in: 3 week - only: - - master |