This commit is contained in:
parent
acf14232cf
commit
8667959f16
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
|||
image: bitnami/git
|
||||
commands:
|
||||
- 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:
|
||||
event:
|
||||
- tag
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.2.6",
|
||||
"version": "1.3.0",
|
||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue