Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-plugins fusiondirectory-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-pluginsfusiondirectory-plugins
  • Issues
  • #6224
Something went wrong while setting issue due date.
Closed
Open
Issue created 2 years ago by bmortier@bmortierMaintainer
  • New related issue

  • New related issue

Merge the release stage into 1.4-dev

Closed

Merge the release stage into 1.4-dev

Hello,

we need to merge the release stage into 1.4-dev

stages:
  - tarballs

build-release:
  stage: tarballs
  only:
    - tags
  script:
    - VERSION=$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')
    - mkdir ../fusiondirectory-$VERSION/
    - mv ./* ../fusiondirectory-$VERSION/
    - mv  ../fusiondirectory-$VERSION/ ./
    - tar -cvzf fusiondirectory-$VERSION.tar.gz *
  artifacts:
    paths:
      - ./*.tar.gz

    Tasks

    0

    No tasks are currently assigned. Use tasks to break down this issue into smaller parts.

    Linked items
    0

    Link issues together to show that they're related. Learn more.

    Activity


    • bmortier changed milestone to %FusionDirectory 1.4 2 years ago

      changed milestone to %FusionDirectory 1.4

    • bmortier added PJ1802-0188 gitlab-ci labels 2 years ago

      added PJ1802-0188 gitlab-ci labels

    • bmortier assigned to @bmortier 2 years ago

      assigned to @bmortier

    • bmortier reopened 2 years ago

      reopened

    • bmortier created branch 6224-merge-the-release-stage-into-1-4-dev to address this issue 2 years ago

      created branch 6224-merge-the-release-stage-into-1-4-dev to address this issue

    • bmortier mentioned in commit d8dfbe83 2 years ago

      mentioned in commit d8dfbe83

    Please register or sign in to reply
    Assignee
    bmortier's avatar
    bmortier
    Assign to
    Labels
    0
    None
    0
    None
      Assign labels
    • Manage project labels

    Milestone
    No milestone
    None
    Due date
    None
    None
    None
    Time tracking
    No estimate or time spent
    Confidentiality
    Not confidential
    Not confidential

    You are going to turn on confidentiality. Only project members with at least the Reporter role, the author, and assignees can view or be notified about this issue.

    Lock issue
    Unlocked
    0
    0 Participants
    Reference:

    Menu

    Explore Projects Groups Topics Snippets