Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Keel - LDH Middleware Keel - LDH Middleware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • liberty
  • host
  • Keel - LDH MiddlewareKeel - LDH Middleware
  • Merge requests
  • !87

CI/CD: Build .deb artifact from source rather than PyPI.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Birin Sanchez requested to merge birin.sanchez/ldh_middleware:build_artifact_from_source into master Feb 27, 2019
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Current CI/CD configuration file builds the .deb artifact from PyPI. These means that every time we merge new changes in master we still get the .deb file with whatever (probably outdated) version of ldh_middleware available in PyPI.

With the changes in this commit the resulting .deb file will be created with the latest changes in the repository.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: build_artifact_from_source