Add faraday 1.8.0 before deploying (#15951)
Does before_install run (we only skip install) successfully?
This commit is contained in:
parent
c5e57f71b3
commit
6e957ec4ec
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ before_install:
|
|||
/etc/postgresql/12/main/pg_hba.conf
|
||||
- sudo service postgresql@12-main restart
|
||||
- gem install bundler:"<2.3"
|
||||
- gem install faraday:"<2.0"
|
||||
install:
|
||||
- date --rfc-3339=seconds
|
||||
- nvm install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue