We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7c8f3 commit c5520c9Copy full SHA for c5520c9
.circleci/config.yml
@@ -136,7 +136,7 @@ jobs:
136
# Rsync the build artifact pieces web directory
137
- run:
138
name: sync build artifact
139
- command: rsync -az /tmp/web /tmp/vendor .
+ command: rsync -rz /tmp/web /tmp/vendor .
140
141
# Deploy to Pantheon
142
scripts/composer/cleanup-composer
@@ -4,7 +4,7 @@
4
set -ex
5
6
if [ -d "web/wp/wp-content/mu-plugins/" ]; then
7
- rsync -a web/wp/wp-content/mu-plugins/* web/wp-content/mu-plugins/
+ rsync -r web/wp/wp-content/mu-plugins/* web/wp-content/mu-plugins/
8
fi
9
10
if [ -f "web/wp/wp-config.php" ]; then
0 commit comments