Explorar el Código

build: make sure JITSI_RELEASE is passed when invoking make

Saúl Ibarra Corretgé hace 2 años
padre
commit
ab0824783b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      release.sh

+ 1 - 1
release.sh

@@ -56,7 +56,7 @@ git tag -a "${VERSION}" -m "release" -m "${CHANGES}"
 # Tag Docker images and push them to DockerHub
 #
 
-JITSI_BUILD=${VERSION} make release
+JITSI_BUILD=${VERSION} JITSI_RELEASE=${RELEASE} make release
 
 # Revert back to "unstable" for development
 #