Bumped docker versions

This commit is contained in:
frikky
2021-02-18 07:59:43 +01:00
parent 225193e05f
commit 68f9c541cd
7 changed files with 69 additions and 734 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
NAME=shuffle-orborus
VERSION=0.8.54
VERSION=0.8.56
echo "Running docker build with $NAME:$VERSION"
#docker rmi frikky/shuffle:$NAME --force
-1
View File
@@ -1634,7 +1634,6 @@ func executionInit(workflowExecution WorkflowExecution) error {
}
nextActions = append(nextActions, startAction)
for _, branch := range workflowExecution.Workflow.Branches {
// Check what the parent is first. If it's trigger - skip
sourceFound := false