Skip to content

Commit

Permalink
ci: swap order for tag deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BMO-tech committed Apr 9, 2020
1 parent 1b19049 commit f8fe27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ commands:
- run: echo "export SLUG=$(grep '@package' /tmp/src/plugin.php | awk -F ' ' '{print $3}' | sed 's/^\s//')" >> ${BASH_ENV}
- run: svn co https://plugins.svn.wordpress.org/${SLUG} --depth=empty .
- run: svn up trunk
- run: svn up tags --depth=empty
- run: find ./trunk -not -path "./trunk" -delete
- run: cp -r /tmp/src/. ./trunk
- run: svn propset svn:ignore -F ./trunk/.svnignore ./trunk
Expand All @@ -47,7 +48,6 @@ commands:
description: "Create a SVN tag"
steps:
- set_verision_variable
- run: svn up tags --depth=empty
- run: svn cp trunk tags/${VERSION}

svn_commit:
Expand Down

0 comments on commit f8fe27a

Please sign in to comment.