summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-10 12:04:15 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-10 12:04:15 -0600
commit3ad076b6a0e8c2f5d3e3de0db0675971bffaea1d (patch)
tree707b96bc164e12039b7166af2db47864f8575f5b
parentb73bbbc14a488cd69efdc515ccf44406a21c4aee (diff)
Fix missing ampersand
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfb07bc..6243c4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ img:
cargo install cargo-config xargo &&
pushd bootloader-efi &&
rustup update &&
- mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin"
+ mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" &&
rustup component add rust-src &&
popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME