forked from External/greenlight
GRN2-112: Default language fallback fails with a 500 error (#469)
* GRN2-112: Default language fallback fails with a 500 error * Updates for passing rspec tests * Added cache for gitlab ci * Updated cache for gitlab * Restored Dockerfile * Fixed glitch in filter for build and deployment
This commit is contained in:
@ -3,6 +3,10 @@ stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- /cache
|
||||
|
||||
before_script:
|
||||
|
||||
test:
|
||||
|
Reference in New Issue
Block a user