|
@ -89,6 +89,8 @@ buildRelease: |
|
|
|
|
|
|
|
|
release: |
|
|
release: |
|
|
stage: deploy |
|
|
stage: deploy |
|
|
|
|
|
only: |
|
|
|
|
|
- master |
|
|
before_script: |
|
|
before_script: |
|
|
- wget --quiet --output-document=/tmp/nvm-install.sh https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh |
|
|
- wget --quiet --output-document=/tmp/nvm-install.sh https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh |
|
|
- bash /tmp/nvm-install.sh |
|
|
- bash /tmp/nvm-install.sh |
|
|