Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b202ce00e | |||
| 16ca787314 |
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ export interface INpmciOptions {
|
||||
urlCloudly: string;
|
||||
|
||||
// cloudron
|
||||
cloudronAppName: string;
|
||||
cloudronAppName?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user