Loading check-rules.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh for f in $(pwd)/rules/*.rules.yml for f in $(pwd)/deploy/rules/*.rules.yml do if [ -e "$f" ] then Loading rules/swarm_job.rules.yml→deploy/rules/swarm_job.rules.yml +0 −0 File moved. View file rules/swarm_node.rules.yml→deploy/rules/swarm_node.rules.yml +0 −0 File moved. View file rules/swarm_task.rules.yml→deploy/rules/swarm_task.rules.yml +0 −0 File moved. View file Loading
check-rules.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh for f in $(pwd)/rules/*.rules.yml for f in $(pwd)/deploy/rules/*.rules.yml do if [ -e "$f" ] then Loading