Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 518
    • Issues 518
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #1692

Closed
Open
Created Feb 01, 2021 by Andrei Pavel@andrei🐧Maintainer

git not installed causes Gitlab CI job to fail silently

See https://gitlab.isc.org/isc-projects/kea/-/jobs/1445440 for:

git: command not found

After pushing a new image with git installed

FROM ubuntu:latest AS gitlab-ci

# Install dependencies.
RUN apt-get update
RUN apt-get dist-upgrade -y
RUN apt-get install -y git shellcheck

there is another error caused by badly written CI file.

https://gitlab.isc.org/isc-projects/kea/-/jobs/1449004

test: too many arguments
Edited Feb 01, 2021 by Andrei Pavel
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking