We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccffe4 commit d5bd107Copy full SHA for d5bd107
1 file changed
.github/workflows/master.yaml
@@ -29,7 +29,7 @@ jobs:
29
set -x
30
compose=etc/docker/swarm/docker-compose.yaml
31
script=.github/bin/check-service.sh
32
- sudo cp -rv ./run/* /run
+ test -d run && sudo cp -rv ./run/* /run
33
sed -i s/worker/manager/ $compose
34
docker swarm init
35
docker stack deploy -c $compose test
0 commit comments