Unverified Commit fbe4534c authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

test release

parent bd0928d2
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -32,11 +32,13 @@ release_job:
    - deploy_package
  script:
    - echo "Running the release job for $VERSION from commit $CI_COMMIT_SHA"
  release:
    tag_name: '$VERSION'
    description: '$CI_COMMIT_TAG_MESSAGE'
    ref: '$CI_COMMIT_SHA'
    assets:
      links:
        - name: 'saref-pipeline.jar'
          url: 'https://labs.etsi.org/rep/api/v4/projects/28/packages/maven/fr/mines-stetienne/ci/saref/saref-pipeline/$VERSION/saref-pipeline-$VERSION.jar'
    - hostnamectl ; lsb_release -a ; cat /etc/os-release
  # release:
  #   tag_name: '$VERSION'
  #   description: '$CI_COMMIT_TAG_MESSAGE'
  #   ref: '$CI_COMMIT_SHA'
  #   assets:
  #     links:
  #       - name: 'saref-pipeline.jar'
  #         url: 'https://labs.etsi.org/rep/api/v4/projects/28/packages/maven/fr/mines-stetienne/ci/saref/saref-pipeline/$VERSION/saref-pipeline-$VERSION.jar'
  # bash: line 149: release-cli: command not found
 No newline at end of file