Compare commits

...

2 Commits

Author SHA1 Message Date
4b202ce00e 4.1.19 2023-07-01 22:09:54 +02:00
16ca787314 fix(core): update 2023-07-01 22:09:54 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@shipzone/npmci",
"version": "4.1.18",
"version": "4.1.19",
"private": false,
"description": "node and docker in gitlab ci on steroids",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@shipzone/npmci',
version: '4.1.18',
version: '4.1.19',
description: 'node and docker in gitlab ci on steroids'
}

View File

@@ -27,7 +27,7 @@ export interface INpmciOptions {
urlCloudly: string;
// cloudron
cloudronAppName: string;
cloudronAppName?: string;
}
/**