Skip to content

Commit

Permalink
Upgrade libnss3 library on Shippable CI to support Cypress v3.3.0 (#248)
Browse files Browse the repository at this point in the history
* try cypress/base docker image on shippable

* use tag 12.1.0

* set LANG on shippable

* try base 10 image

* try locale-gen

* try LC_ALL=

* print locales

* apt-install libnss3

* hmm build

* hmm build 2

* apt update before install

* remove locale print
  • Loading branch information
bahmutov authored May 23, 2019
1 parent 63f6af1 commit 5e274fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ env:
# http://docs.shippable.com/ci/env-vars/
- secure: NYNAyBbsaXNbM6X+ZUB6Wer2iq0cze1jk972yqfTkLUoQd4RRP7uUdGtT9gywZEQC7WmyKGL+GzoZ05kgTzJ95IRkWnHRzBVmr1oFgANaaQD7/1wXVwb40XixywyqyX7LqW7cu14CyHA0BK0mjM0eWINisn1h+LkQsIHBRcxUdS29p3Hb7h7jX0TSqM4ylPnH583xrjr53ILcrctpmudp5NZ8cCIsLIrhTv04QkiQDqtgWzkK1iHBvFvWF98GMP6dBfAxyY2Q5Qb1GewaTm4GkZkJPzcuxUd98+d3y1gOP97VmNczA+yk3KLF9bCvDlAo0nItpoj9zrilvjqvisDgw==


build:
# Caching configuration to avoid reinstalling node modules and Cypress binary again and again
# http://docs.shippable.com/ci/caching/
Expand All @@ -30,6 +29,9 @@ build:
- /root/.npm
- /root/.cache
ci:
# update libnss3 library first for Cypress v3.3.0
- sudo apt-get update --yes
- sudo apt-get install --yes --reinstall libnss3
- npm ci
# prints all environment variables that start with SHIPPABLE
# useful to configure parallel builds for example
Expand Down

0 comments on commit 5e274fd

Please sign in to comment.