Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,7 @@ release-job: script: # --description "Published automatically, permalink for installation (valid for 7 days) at https://labs.etsi.org/rep/top/ide/-/releases/permalink/latest/downloads/repository." - echo $BUILD_JOB_ID - CHANGES=`git log $(git describe --tags --abbrev=0)..HEAD --format='%h %s'` - CHANGES=`git log $(git describe --tags --abbrev=0)..HEAD --format='* %h %s'` - echo $CHANGES - | release-cli create --name "Release $VERSION" \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,7 @@ release-job: script: # --description "Published automatically, permalink for installation (valid for 7 days) at https://labs.etsi.org/rep/top/ide/-/releases/permalink/latest/downloads/repository." - echo $BUILD_JOB_ID - CHANGES=`git log $(git describe --tags --abbrev=0)..HEAD --format='%h %s'` - CHANGES=`git log $(git describe --tags --abbrev=0)..HEAD --format='* %h %s'` - echo $CHANGES - | release-cli create --name "Release $VERSION" \ Loading