Skip to content

Commit

Permalink
ci: PLATE-698: Fix fe rm src path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Nov 21, 2023
1 parent 7357c18 commit 02cc2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
exit 1
fi
rm -rf "${src_path}"
rm -rf "${src_path}/src"
mkdir -p "${src_path}"
cp -r tmp/src "${src_path}"
Expand Down

0 comments on commit 02cc2e1

Please sign in to comment.