Add encrypted sauce credentials with new key (#584)

* Add encrypted sauce credentials with new key

* Remove binary workaround in ".gitattributes"

* Revert a5fd940cd9

* Use the -out syntax instead of >>

* Revert "Use the -out syntax instead of >>"

This reverts commit 7caf1de18c9103ea9c7397c1c8f0a45c31850ec6.

Is this commit causing a "npm: command not found" error in CircleCI?

* Update sauce-encrypted-env-vars to use `export`.

* Normalize `transformOrigin` result for IE11 and Safari.

* Add webkit prefixes for Safari 8 test pass.
This commit is contained in:
Fagner Brack
2016-10-02 04:34:40 +11:00
committed by John-David Dalton
parent d021b5131d
commit 53214e5849
4 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ machine:
dependencies:
pre:
- openssl -aes-256-cbc -d -in sauce-encrypted-env-vars -out ~/.circlerc -k $SAUCE_DECRYPT_KEY
- openssl aes-256-cbc -d -in sauce-encrypted-env-vars -k $SAUCE_DECRYPT_KEY >> ~/.circlerc
test:
override: