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

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

small fix

See merge request coscine/cs/exampleproject!6
parents 0e0e557d 98ddfb5a
No related branches found
No related tags found
1 merge request!6small fix
......@@ -235,7 +235,7 @@ IEnumerable<string> redirectedStandardOutput;
StartProcess(
"git",
new ProcessSettings {
Arguments = $"push \"https://gitlab-ci-token:${gitlabToken}@git.rwth-aachen.de/{gitlabProjectPath}.git\" HEAD:master --tags",
Arguments = $"push \"https://gitlab-ci-token:{gitlabToken}@git.rwth-aachen.de/{gitlabProjectPath}.git\" HEAD:master --tags",
RedirectStandardOutput = true
},
out redirectedStandardOutput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment