Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • luisterdoos luisterdoos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Hanze
  • 4.2 GAC Luisterdoos
  • luisterdoosluisterdoos
  • Merge requests
  • !36

GitLab CI/CD fix for Google plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robert de Vries requested to merge gitlab-fix-after-google-plugin into master Jan 18, 2018
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR proposes a fix for the GitLab CI/CD build. It should have been fixed in the Google plugin MR but that got merged anyway somehow.

This MR does not do much more than first upgrade the pip installation and then install all the other packages that are needed from requirements.txt. The problem lies with the requests package which needs a newer version of pip than is offered during the initial installation.

The previous GitLab file did also upgrade the pip installation but did that at the same time as installing the requests package, which, indeed, needed a newer version of pip.

Please merge asap to allow for other new MRs to be able to build again as well.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gitlab-fix-after-google-plugin