From 69cd73b348338d3b5b374a84bbf8a8d4748121d4 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 27 Nov 2020 10:49:38 +0100 Subject: [PATCH] test release v1.0.0.1 --- .gitlab-ci.yml | 9 +++++---- CHANGELOG.md | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 984ae2f..5255d26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,16 @@ stages: image: node:latest -Compile: +compiling: stage: compiling script: + - npm install - make build-js cache: paths: - node_modules/ -Pack: +packaging: stage: packaging script: - apt update @@ -26,11 +27,11 @@ Pack: paths: - build/artifacts/radio.tar.gz -Publish Stable: +publishing: stage: publishing image: registry.gitlab.com/gitlab-org/release-cli:latest needs: - - job: Pack + - job: packaging artifacts: true rules: - if: $CI_COMMIT_TAG diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1ba2d..4743f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ [#206](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/206) @onny - Support older browser CSS with autoprefix [#208](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/208) @onny +- Fix build and packaging with Gitlab CI + [#118](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118) @onny ## 1.0.0 - 2020-11 ### Added