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 stage: Build
tags: tags:
- darwin - darwin
before_script:
- yarn
script: script:
- export VERSION=$(node -e "console.log(require('./package.json').version)") - export VERSION=$(node -e "console.log(require('./package.json').version)")
- echo "VERSION=$VERSION" >> variables.env - echo "VERSION=$VERSION" >> variables.env