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
|
image: bitnami/git
|
||||||
commands:
|
commands:
|
||||||
- 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:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reitanlage-oranienburg",
|
"name": "reitanlage-oranienburg",
|
||||||
"version": "1.2.6",
|
"version": "1.3.0",
|
||||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue