Commit 863650f3 authored by Björn Bartels's avatar Björn Bartels
Browse files

update ci config

parent 82dcdcc7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ app-build:
    # list used packages
    - npm ls || true
    # run node build
    - npm run build
    - npm -v
    - php -v
    # create build info file
    - echo -e "LABEL=`cat ${BUILD_LABEL_TMPFILE}`" > ${BUILD_INFO_FILE}
    - echo -e "TAG=${CI_COMMIT_TAG}" >> ${BUILD_INFO_FILE}