mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* removing the directive to remove the node_modules folder * publishing from travis * beta and major gets pushed to the beta channel. only major get tagged to latest, in a different job
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ADF_VERSION=$(npm view ng2-alfresco-core@beta version)
|
|
BETA_VERSION=( ${ADF_VERSION//-/ } )
|
|
|
|
echo ${BETA_VERSION[0]}
|