SamwiseFilmore 6 rokov pred
rodič
commit
59f1b37be8
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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