Commit 412fdcd5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove the exception for master branch in CI build

parent 33c10d59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ variables:
build:
  stage: build
  extends: .docker
  except: [ master ]
  script:
    - docker build .
      --pull=true