Skip to content

Commit

Permalink
Merge pull request #183 from WildGums/GitHubSync/20200802-200114
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik committed Aug 2, 2020
2 parents 142e6a3 + 797223b commit 8f529bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/cake/docker-tasks.cake
Expand Up @@ -178,7 +178,7 @@ public class DockerImagesProcessor : ProcessorBase

CakeContext.CreateDirectory(confTargetDirectory);

var confSourceDirectory = string.Format("{0}*", dockerImageSpecificationDirectory);
var confSourceDirectory = string.Format("{0}/*", dockerImageSpecificationDirectory);
CakeContext.Information("Copying files from '{0}' => '{1}'", confSourceDirectory, confTargetDirectory);

CakeContext.CopyFiles(confSourceDirectory, confTargetDirectory, true);
Expand Down

0 comments on commit 8f529bf

Please sign in to comment.