We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3060135 commit 37dd137Copy full SHA for 37dd137
ci/prepare.sh
@@ -10,4 +10,7 @@ if [[ "$TRAVIS_BRANCH" != $DEPLOY_BRANCH ]]; then
10
sed -i 's/\:\ \"\(.*\)\"/\:\ \"\1-nightly\"/g' img-versions.json
11
fi
12
13
-php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quiet
+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