Skip to content

Commit d5bd107

Browse files
authored
Update master.yaml
1 parent 3ccffe4 commit d5bd107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
set -x
3030
compose=etc/docker/swarm/docker-compose.yaml
3131
script=.github/bin/check-service.sh
32-
sudo cp -rv ./run/* /run
32+
test -d run && sudo cp -rv ./run/* /run
3333
sed -i s/worker/manager/ $compose
3434
docker swarm init
3535
docker stack deploy -c $compose test

0 commit comments

Comments
 (0)