Skip to content

Commit

Permalink
Fix a new bug in write-dockerfile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Feb 27, 2025
1 parent f1fbed1 commit 4b82421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ rm -rf /source-tree/.git
if [ -d /sage ]; then
BASE_VERSION=\$(cat /sage/VERSION.txt)
if (cd /source-tree && .ci/retrofit-worktree.sh worktree-image /sage); then
rm -rf /source-tree
echo "### Starting incremental build from \$BASE_VERSION"
else
echo "retrofit-worktree.sh failed..."
Expand Down

0 comments on commit 4b82421

Please sign in to comment.