We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaed86 commit 0171c6eCopy full SHA for 0171c6e
1 file changed
entrypoint.sh
@@ -107,7 +107,7 @@ svn add . --force > /dev/null
107
108
# SVN delete all deleted files
109
# Also suppress stdout here
110
-svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm % > /dev/null
+svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm %@ > /dev/null
111
112
# Copy tag locally to make this a single commit
113
echo "➤ Copying tag..."
0 commit comments