Skip to content

Commit cd69b93

Browse files
committed
Updated parameters.yml generation commands
1 parent 265f2ac commit cd69b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ cd Symfony
7575
cp app/config/parameters.yml.dist app/config/parameters.yml
7676

7777
set +x
78-
cat app/config/parameters.yml | grep -v "compiler:" | tee app/config/parameters.yml > /dev/null
78+
cat app/config/parameters.yml | grep -iv "compiler:" > app/config/parameters.yml
7979
echo " compiler: '$COMPILER_URL'" >> app/config/parameters.yml
8080

81-
cat app/config/parameters.yml | grep -v "library:" | tee app/config/parameters.yml > /dev/null
81+
cat app/config/parameters.yml | grep -v "library:" > app/config/parameters.yml
8282
echo " library: '$LIBRARY_URL'" >> app/config/parameters.yml
8383
set -x
8484

0 commit comments

Comments
 (0)