Skip to content

Commit 37dd137

Browse files
committed
Update ci prepration of phar
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 3060135 commit 37dd137

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/prepare.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ if [[ "$TRAVIS_BRANCH" != $DEPLOY_BRANCH ]]; then
1010
sed -i 's/\:\ \"\(.*\)\"/\:\ \"\1-nightly\"/g' img-versions.json
1111
fi
1212

13-
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quiet
13+
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quiet
14+
15+
# Checking the phar is working.
16+
./easyengine.phar cli info

0 commit comments

Comments
 (0)