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
1 changed files with 1 additions and 0 deletions

View File

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