Re-generate files for new year in copyright

- Also read from env variable for sauce connect path
This commit is contained in:
Gregg Van Hove
2017-02-15 15:15:58 -08:00
parent 137e7e94d3
commit 2eec3427e8
6 changed files with 1289 additions and 1289 deletions

View File

@@ -2,7 +2,7 @@
use_sauce: <%= ENV['USE_SAUCE'] %>
browser: <%= ENV['JASMINE_BROWSER'] %>
sauce:
sauce_connect_path: "/Users/gregg/Downloads/sc-4.3.11-osx/bin/sc"
sauce_connect_path: <%= ENV['SAUCE_CONNECT_PATH'].inspect %>
name: jasmine-core <%= Time.now.to_s %>
username: <%= ENV['SAUCE_USERNAME'] %>
access_key: <%= ENV['SAUCE_ACCESS_KEY'] %>