Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f53342bd authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Fix default docker image for check version job

Previously the CI default container was "ubuntu:lastest" but a new
configuration is deployed with "docker:19.03.12" which does not provide
bash.
parent ceb9db6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ stages:
- publish

check-version:
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable
  stage: test
  variables:
    JAVA_VERSION_FILE: "src/main/java/ecorp/easy/installer/AppConstants.java"