This commit is contained in:
Andrew Gundersen 2021-04-14 15:02:29 -05:00
commit 0c3be6442c

View file

@ -7,8 +7,6 @@ build:
stage: Build
tags:
- darwin
before_script:
- yarn
script:
- export VERSION=$(node -e "console.log(require('./package.json').version)")
- echo "VERSION=$VERSION" >> variables.env