Commit ab4f1dd5 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

on verra + tard pour le CI...

parent 8b3c23ca
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
job:
  release:
    tag_name: ${MAJOR}_${MINOR}_${REVISION}
    description: 'Release description'

release_job:
  stage: release
  image: registry.gitlab.com/gitlab-org/release-cli:latest
  rules:
    - if: $CI_COMMIT_TAG                  # Run this job when a tag is created manually
  script:
    - echo "running release_job"
  release:
    name: 'Release $CI_COMMIT_TAG'
    description: 'Created using the release-cli $EXTRA_DESCRIPTION'  # $EXTRA_DESCRIPTION must be defined
    tag_name: '$CI_COMMIT_TAG'                                       # elsewhere in the pipeline.
    ref: '$CI_COMMIT_TAG'
 No newline at end of file