fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-01 22:09:54 +02:00
parent 3a9b6f658a
commit 16ca787314
2 changed files with 2 additions and 2 deletions

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;
}
/**