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

Fixed switchup

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