Lines Matching refs:DRY
12 DRY="echo" # default to dry mode unless -f is specified
20 DRY=""
32 echo " -f: actual do thing. Default is dry-run."
56 ( $DRY cd ../../tools/$repo && $DRY ./gradlew clean publishLocal pushDistribution )
61 if [[ -n $DRY ]]; then
94 $DRY cp "$dstf" "$i"
121 $DRY cp "$dstf" "$i"
156 if [[ -n $DRY ]]; then
158 echo "## WARNING: DRY MODE. Run with -f to actually copy files."