Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 108
    • Issues 108
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • emoemo
  • TIDO
  • Merge requests
  • !173

Bugfix/continue build

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michelle Weidling requested to merge bugfix/continue-build into develop Jun 04, 2021
  • Overview 0
  • Commits 10
  • Pipelines 1
  • Changes 2

Bug fix

Summary

On feature branches the variable $CONTINUE_BUILD isn't set. This is the reason why https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/blob/develop/.ci-scripts/update-artifacts.sh#L15 never gets triggered on feature/bugfix branches.

In order to solve this, I added another condition that returns true if we are on a feature/bugfix branch.

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/continue-build