Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 3, 2019
1 parent ce80fdd commit 86190ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -28,7 +28,7 @@ jobs:

- run:
name: Write version number to JSON file for testing purposes
command: "cat composer.json | jq --arg version 1.999.999 '. + {version: $version}' | sponge composer.json"
command: "cat composer.json | jq --arg version 1.999.999 '. + {version: $version}' > composer.test.json && mv composer.test.json composer.json"

- run:
name: Installing Composer dependencies
Expand Down

0 comments on commit 86190ad

Please sign in to comment.