File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ script:
4040 - ./ci/test-commands.sh
4141
4242after_script :
43+ - cat /opt/easyengine/install.log
4344 - cat /opt/easyengine/ee.log
4445
4546jobs :
Original file line number Diff line number Diff line change 22
33# called by Travis CI
44
5- if [[ " $TRAVIS_BRANCH " == " develop-v4 " ]]; then
5+ if [[ " $TRAVIS_BRANCH " != $DEPLOY_BRANCH ]]; then
66 version=$( head -n 1 VERSION)
77 version=" $( echo $version | xargs) "
8- version+=" -nightly"
8+ version+=" -nightly- $( git rev-parse --short HEAD ) "
99 echo $version > VERSION
10+ sed -i ' s/\:\ \"\(.*\)\"/\:\ \"\1-nightly\"/g' img-versions.json
1011fi
1112
1213php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quiet
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22function setup_test_requirements() {
3+ readonly LOG_FILE=" /opt/easyengine/install.log"
34 # Adding software-properties-common for add-apt-repository.
45 apt-get install -y software-properties-common
56 # Adding ondrej/php repository for installing php, this works for all ubuntu flavours.
You can’t perform that action at this time.
0 commit comments