Browse Source

Fix dumb mistake

SamwiseFilmore 6 years ago
parent
commit
59f1b37be8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .gitlab-ci.yml

+ 0 - 1
.gitlab-ci.yml

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