From 35fde6031815ab7f1cca9beaed55efd356876022 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 01:05:26 +0200 Subject: [PATCH] ci: still need before_script for docs --- rust-bindings/rust/.gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 3e193188..0d2d0c45 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -55,7 +55,7 @@ ostree_default-features: # docs docs: stage: build - image: rustlang/rust:nightly + image: rustlang/rust:nightly-buster variables: RUSTDOC_OPTS: >- -Z unstable-options @@ -64,7 +64,6 @@ docs: --extern-html-root-url gio_sys=https://gtk-rs.org/docs --extern-html-root-url glib=https://gtk-rs.org/docs --extern-html-root-url gio=https://gtk-rs.org/docs - before_script: [] script: - make merge-lgpl-docs - cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}