[librsvg: 1/2] Gitlab-ci: Adjust to the cargo workspace.



commit 878e8a2a0ad6f009a9d67d01844380fe490119c5
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Fri Feb 23 06:01:53 2018 +0000

    Gitlab-ci: Adjust to the cargo workspace.

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be3979be..f4df01f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,6 @@ rustfmt:
     CFG_RELEASE_CHANNEL: "nightly"
   script:
   - rustc --version && cargo --version
-  - cd rust/
   - cargo install rustfmt-nightly --force
   - cargo fmt --all -- --write-mode=diff
   when: manual
@@ -126,7 +125,6 @@ clippy:
 
   script:
   - rustc --version && cargo --version
-  - cd rust/
   - cargo install clippy --force
   - cargo clippy --all
   when: manual


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]