CI Optimization:Remove unused ENV variables and Skip install Step (#9632)

This commit is contained in:
Molly Struve 2020-08-04 16:55:08 -05:00 committed by GitHub
parent 427ea0b35a
commit 06a8172cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,6 @@ env:
# Dummy values needed to verify the app boots via "rails runner"
- APP_PROTOCOL=http://
- APP_DOMAIN=localhost:3000
- TIMBER=dummy
- SEND_LOGS_TO_TIMBER=false
- SENDGRID_USERNAME_ACCEL=dummy
- SENDGRID_PASSWORD_ACCEL=dummy
- HEROKU_APP_URL=practicaldev.herokuapp.com
@ -43,6 +41,7 @@ env:
branches:
only:
- master
install: true
script:
- date --rfc-3339=seconds
- nvm install