浏览代码

Only record the new commit if all goes well

Bob Mottram 8 年前
父节点
当前提交
634773fcf6
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone 查看文件

1668
 			if [[ "$CURRENT_REPO_COMMIT" != "$repo_commit" ]]; then
1668
 			if [[ "$CURRENT_REPO_COMMIT" != "$repo_commit" ]]; then
1669
 				cd $repo_dir
1669
 				cd $repo_dir
1670
 				git_pull $repo_url $repo_commit
1670
 				git_pull $repo_url $repo_commit
1671
-				sed -i "s/${repo_commit_name}.*/${repo_commit_name}:$repo_commit/g" $COMPLETION_FILE
1672
 
1671
 
1673
 				# application specific stuff after updating the repo
1672
 				# application specific stuff after updating the repo
1674
 				if [[ $repo_dir == *"www"* ]]; then
1673
 				if [[ $repo_dir == *"www"* ]]; then
1743
 					systemctl restart ipfs
1742
 					systemctl restart ipfs
1744
 					systemctl daemon-reload
1743
 					systemctl daemon-reload
1745
 				fi
1744
 				fi
1745
+
1746
+				sed -i "s/${repo_commit_name}.*/${repo_commit_name}:$repo_commit/g" $COMPLETION_FILE
1746
 			fi
1747
 			fi
1747
 		else
1748
 		else
1748
 			echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
1749
 			echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE