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

View File

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