SamwiseFilmore před 6 roky
rodič
revize
59f1b37be8
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      .gitlab-ci.yml

+ 0 - 1
.gitlab-ci.yml

@@ -1,7 +1,6 @@
 image: "rust:latest"
 
 before_script:
-    - 
     - rustup toolchain add nightly
     - rustup target add x86_64-unknown-redox --toolchain nightly
     - rustup show      # Print version info for debugging