GitLab CI: call env before jobs

This commit is contained in:
Alex Gleason 2021-09-02 16:57:40 -05:00
parent 2b1ceb6d08
commit 446b9b9bb1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -17,6 +17,7 @@ stages:
- deploy
before_script:
- env
- yarn
lint-js: