grunt-sapui5-gitlab-deploy
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "grunt-sapui5-gitlab-deploy", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Deploy UI5 resources to ABAP system directly from Gitlab", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ // fetch polyfill | ||
// create URL for downloading dist.zip | ||
let sUrl = `${sHost}/api/v4/projects/process.env.CI_PROJECT_ID/jobs/${ | ||
let sUrl = `${sHost}/api/v4/projects/${process.env.CI_PROJECT_ID}/jobs/${ | ||
oJob.id | ||
@@ -38,0 +38,0 @@ }/artifacts/dist.zip`; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53107
12