Skip to content

Commit

Permalink
Deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Willis committed Mar 14, 2023
1 parent b77487c commit fbd6a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -91,7 +91,7 @@ cd $SVNPATH
svn copy trunk/ tags/$NEWVERSION1/

# Remove wp.org assets from tagged version
rm tags/$NEWVERSION1/assets/*
ls tags/$NEWVERSION1/assets/* | xargs svn delete

cd $SVNPATH/tags/$NEWVERSION1
svn commit --username=$SVNUSER -m "Tagging version $NEWVERSION1"
Expand Down

0 comments on commit fbd6a0f

Please sign in to comment.