From b553383a8eaf4551eb92a1bcd09e0323aff255fb Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Wed, 19 Jun 2019 20:11:31 -0600
Subject: [PATCH] Cleanup gitlab CI script

---
 .gitlab-ci.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e5815f36..a17c01fe4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: "ubuntu:18.04"
+
 variables:
   GIT_STRATEGY: "pull"
   GIT_SUBMODULE_STRATEGY: "recursive"
@@ -30,13 +32,7 @@ img:
     script:
      - |
         source "$HOME/.cargo/env" &&
-        rustup update &&
-        rustup component add rust-src &&
         cargo install cargo-config cargo-xbuild xargo &&
-        pushd bootloader-efi &&
-        rustup update &&
-        rustup component add rust-src &&
-        popd &&
         make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
     artifacts:
         paths:
-- 
GitLab