Skip to content
Snippets Groups Projects
Commit c37e968b authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Topic/570-gitVersion' into 'master'

Fix: correct url

See merge request coscine/cs/exampleproject!7
parents d329a1ea 5fe31493
No related branches found
No related tags found
1 merge request!7Fix: correct url
......@@ -31,7 +31,7 @@ docs:
cake:Release:
stage: release
script:
- PowerShell .\build.ps1 -Target Release -Configuration Release --nugetApiKey="$NUGET_API_KEY"
- PowerShell .\build.ps1 -Target Release -Configuration Release --nugetApiKey="${NUGET_API_KEY}"
variables:
GIT_STRATEGY: clone
dependencies:
......
......@@ -250,10 +250,8 @@ IEnumerable<string> redirectedStandardOutput;
}
};
settings.SetJsonRequestBody(json);
var responseBody = HttpPost($"https://git.rwth-aachen.de/projects/{gitlabProjectId}/releases", settings);
var responseBody = HttpPost($"https://git.rwth-aachen.de/api/v4//projects/{gitlabProjectId}/releases", settings);
Information(description);
Information(responseBody);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment