mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Update build.sh
This commit is contained in:
parent
7af001c532
commit
0124dcd1be
4
build.sh
4
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ "$TRAVIS_TAG" != null ]]; then
|
if [ ! -s $TRAVIS_TAG ] ; then
|
||||||
echo "This build will be published under the tag ${TRAVIS_TAG}"
|
echo "This build will be published under the tag: ${TRAVIS_TAG}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(cd gateway && ./build.sh)
|
(cd gateway && ./build.sh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user