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

Fixed switchup

parent 5cc95904
No related branches found
No related tags found
1 merge request!25Fix: CI/CD with only new Graphs in GD
......@@ -137,15 +137,14 @@ public class Deployer
_logger.LogDebug("The graph has not changed");
}
_logger.LogDebug("Deployed hash: {hash}", currentRun[graphId]);
if(deployedGraph is null)
{
_logger.LogDebug("deployedGraph is null");
} else {
_logger.LogDebug("Incoming hash: {hash}", string.Join(',', deployedGraph.FileHashes));
_logger.LogDebug("Deployed hash: {hash}", string.Join(',', deployedGraph.FileHashes));
}
_logger.LogDebug("Incoming hash: {hash}", currentRun[graphId]);
_logger.LogDebug("Redeploy: {redeploy}", opts.Redeploy);
// Deploy the graph if it has changed or if the redeploy flag is set
......
......@@ -14,8 +14,7 @@
"Repositories": [
{
"Name": "Application Profiles",
"Url": "https://git.rwth-aachen.de/coscine/graphs/applicationprofiles.git",
"Ref": "Request/3e48954c-9a3c-4139-a097-700ae54cd495"
"Url": "https://git.rwth-aachen.de/coscine/graphs/applicationprofiles.git"
},
{
"Name": "Organisations",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment