Skip to content

Commit

Permalink
do not copy ref-config.js - it is redundant now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kaczmarzyk committed Jan 29, 2018
1 parent 229120b commit bfdbabf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ before_script:
# Replace clientId and clientSecret values in app-config.js with environment
# variable values.
- cd eapp/config/
- cp ref-config.js app-config.js
- sed -i -e "s/exports.clientId = ''/exports.clientId = \"$clientId\"/g" app-config.js
- sed -i -e "s/exports.clientSecret = ''/exports.clientSecret = \"$clientSecret\"/g" app-config.js
- cd ../../
Expand Down

0 comments on commit bfdbabf

Please sign in to comment.