Re-generate files for new year in copyright
- Also read from env variable for sauce connect path
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2016 Pivotal Labs
|
Copyright (c) 2008-2017 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2016 Pivotal Labs
|
Copyright (c) 2008-2017 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2016 Pivotal Labs
|
Copyright (c) 2008-2017 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
+1284
-1284
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2016 Pivotal Labs
|
Copyright (c) 2008-2017 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
use_sauce: <%= ENV['USE_SAUCE'] %>
|
use_sauce: <%= ENV['USE_SAUCE'] %>
|
||||||
browser: <%= ENV['JASMINE_BROWSER'] %>
|
browser: <%= ENV['JASMINE_BROWSER'] %>
|
||||||
sauce:
|
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 %>
|
name: jasmine-core <%= Time.now.to_s %>
|
||||||
username: <%= ENV['SAUCE_USERNAME'] %>
|
username: <%= ENV['SAUCE_USERNAME'] %>
|
||||||
access_key: <%= ENV['SAUCE_ACCESS_KEY'] %>
|
access_key: <%= ENV['SAUCE_ACCESS_KEY'] %>
|
||||||
|
|||||||
Reference in New Issue
Block a user