Compare commits
	
		
			4 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f886194c9c | |||
| e4efec89d9 | |||
| dbc12a593f | |||
| d7666e862b | 
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "name": "@shipzone/npmci", |   "name": "@shipzone/npmci", | ||||||
|   "version": "3.1.79", |   "version": "3.1.81", | ||||||
|   "lockfileVersion": 2, |   "lockfileVersion": 2, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "@shipzone/npmci", |       "name": "@shipzone/npmci", | ||||||
|       "version": "3.1.79", |       "version": "3.1.81", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@apiglobal/typedrequest": "^1.0.58", |         "@apiglobal/typedrequest": "^1.0.58", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@shipzone/npmci", |   "name": "@shipzone/npmci", | ||||||
|   "version": "3.1.79", |   "version": "3.1.81", | ||||||
|   "private": false, |   "private": false, | ||||||
|   "description": "node and docker in gitlab ci on steroids", |   "description": "node and docker in gitlab ci on steroids", | ||||||
|   "main": "dist_ts/index.js", |   "main": "dist_ts/index.js", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { tap, expect } from '@pushrocks/tapbundle'; | |||||||
| import * as path from 'path'; | import * as path from 'path'; | ||||||
|  |  | ||||||
| process.env.NPMTS_TEST = 'true'; | process.env.NPMTS_TEST = 'true'; | ||||||
|  | process.env.NPMCI_URL_CLOUDLY = 'localhost' | ||||||
|  |  | ||||||
| // set up environment | // set up environment | ||||||
| process.env.CI_REPOSITORY_URL = 'https://yyyyyy:xxxxxxxx@gitlab.com/mygroup/myrepo.git'; | process.env.CI_REPOSITORY_URL = 'https://yyyyyy:xxxxxxxx@gitlab.com/mygroup/myrepo.git'; | ||||||
|   | |||||||
| @@ -27,7 +27,7 @@ export class CloudlyConnector { | |||||||
|  |  | ||||||
|     const typedrequest = |     const typedrequest = | ||||||
|       new plugins.typedrequest.TypedRequest<plugins.servezoneInterfaces.requests.IRequest_InformAboutNewContainerImage>( |       new plugins.typedrequest.TypedRequest<plugins.servezoneInterfaces.requests.IRequest_InformAboutNewContainerImage>( | ||||||
|         `https://${cloudlyUrl}/versionmanager`, |         `https://${cloudlyUrl}/typedrequest`, | ||||||
|         'servezonestandard_InformAboutNewContainerVersion' |         'servezonestandard_InformAboutNewContainerVersion' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user