瀏覽代碼

Fix return code

wip/gradle-reposilite
Sindre Stephansen 2 年之前
父節點
當前提交
5378227573
簽署人: sindre <sindre@sindrestephansen.com> GPG 金鑰 ID: B06FC67D17A46ADE
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      sync/resolve-deps.sh

+ 0
- 1
sync/resolve-deps.sh 查看文件

@@ -41,7 +41,6 @@ wait_for_reposilite
if [ $? -lt 30 ]; then if [ $? -lt 30 ]; then
echo "Running gradle" echo "Running gradle"
gradle downloadDependencies gradle downloadDependencies
exit 0
else else
echo "Can't connect to repository" echo "Can't connect to repository"
exit 255 exit 255


Loading…
取消
儲存