We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 517452a + 0171c6e commit cc8f3f1Copy full SHA for cc8f3f1
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