Skip to content

Commit

Permalink
Use quotes around command to pass to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Feb 24, 2020
1 parent 000eefb commit 8dd924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ install:
fi
- |
if [[ "$E2E_ROLE" = "author" ]]; then
npm run wp-env run tests-cli wp user create author [email protected] --role=author --user_pass=authpass
npm run wp-env run tests-cli wp post update 1 --post_author=2
npm run wp-env run tests-cli "wp user create author [email protected] --role=author --user_pass=authpass"
npm run wp-env run tests-cli "wp post update 1 --post_author=2"
fi
jobs:
Expand Down

0 comments on commit 8dd924a

Please sign in to comment.