Explorar el Código

fix bubble version in release bundle

tags/v1.1.4
Jonathan Cobb hace 4 años
padre
commit
1287a9406c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/build_dist

+ 1
- 1
bin/build_dist Ver fichero

@@ -66,7 +66,7 @@ if [[ ! -z "${BUBBLE_DIST_HOME}" ]] ; then
BUILD_NUMBER="dev"
IS_DEV=1
fi
BUBBLE_VERSION="${BUBBLE_VERSION}.${BUILD_NUMBER}"
BUBBLE_VERSION="${VERSION}.${BUILD_NUMBER}"

BUBBLE_DIST_TOP=${BUBBLE_DIST_HOME}/releases/bubble
BUBBLE_DIST=${BUBBLE_DIST_TOP}/${BUBBLE_VERSION}/$(basename ${ZIP})


Cargando…
Cancelar
Guardar