Set relative ci slug

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-12-30 13:14:59 +01:00
parent 50eb71af3c
commit a867e17a56

View File

@@ -22,7 +22,8 @@ jobs:
npm ci npm ci
- name: build - name: build
env: env:
RELATIVE_CI_KEY: nextcloud/deck RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
RELATIVE_CI_SLUG: nextcloud/deck
run: | run: |
mkdir -p js mkdir -p js
npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json