Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
fix issue #8 where on-premises gitlab url was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyutkarsh committed Feb 23, 2019
1 parent c4f6894 commit 014c3c9
Show file tree
Hide file tree
Showing 10 changed files with 615 additions and 3,105 deletions.
21 changes: 8 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"request": "launch",
"name": "Debug share.js",
"program": "${workspaceRoot}/scripts/share.js",
"cwd": "${workspaceRoot}"
"preLaunchTask": "npm: copy",
"args": [
"--beta"
],
"cwd": "${workspaceRoot}",
"envFile": "${workspaceFolder}/.env"
},
{
"name": "Launch task",
Expand All @@ -30,21 +35,11 @@
"runtimeArgs": [
"--nolazy"
],
"env": {
"NODE_ENV": "development",
"INPUT_connection" : "connection",
"INPUT_definition" : "onlyutkarsh/demoext",
"INPUT_downloadPath" : "c:\\temp\\",
"ENDPOINT_DATA_connection_USERNAME": "onlyutkarsh",
"INPUT_branch" : "master",
"ENDPOINT_AUTH_connection": "{\"scheme\": \"Token\", \"parameters\": {\"apitoken\": \"MOCK-TOKEN\"}}",
"ENDPOINT_URL_connection": "https://gitlab.com",
"BUILD_SOURCESDIRECTORY": "C:\\agents\\latest\\_work\\21\\s"
},
"envFile": "${workspaceFolder}/.env",
"console": "integratedTerminal",
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/tasks/index.js"
"${workspaceFolder}/tasks/DownloadRepo/DownloadRepoV1/index.js"
]
},
{
Expand Down
Loading

0 comments on commit 014c3c9

Please sign in to comment.