Remove scheduled-only rule for build_no_lttng job

This commit is contained in:
Christophe Bedard 2019-08-16 09:43:39 +02:00
parent f7cd5734ea
commit 5662aabe75

View file

@ -41,8 +41,6 @@ build_disabled:
<<: *global_artifacts <<: *global_artifacts
build_no_lttng: build_no_lttng:
only:
- schedules
image: $base_image_id:base image: $base_image_id:base
before_script: before_script:
- vcs import < instrumentation.repos - vcs import < instrumentation.repos