Fix pipeline zip creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Reisinger 2022-12-05 22:08:23 +01:00
parent 7496a000cb
commit a7a06c6349
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,8 @@ pipeline:
prepare_zip: prepare_zip:
image: bitnami/git image: bitnami/git
commands: commands:
- git add -f dist/
- git commit -m 'TEMP FOR CI'
- git config --global --add safe.directory /src/reitanlage-oranienburg - git config --global --add safe.directory /src/reitanlage-oranienburg
- git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${CI_COMMIT_TAG}.zip --prefix=reitanlage-oranienburg/ - git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${CI_COMMIT_TAG}.zip --prefix=reitanlage-oranienburg/
when: when:

View file

@ -1,5 +1,5 @@
name: Reitanlage Oranienburg name: Reitanlage Oranienburg
version: 1.4.1 version: 1.4.2
description: Design der Reitanlage Oranienburg description: Design der Reitanlage Oranienburg
icon: rebel icon: rebel
author: author:

View file

@ -1,6 +1,6 @@
{ {
"name": "reitanlage-oranienburg", "name": "reitanlage-oranienburg",
"version": "1.4.1", "version": "1.4.2",
"description": "The Reitanlage Oranienburg Theme for Grav CMS.", "description": "The Reitanlage Oranienburg Theme for Grav CMS.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {