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 7dc6845 commit 8e4f675Copy full SHA for 8e4f675
php-build.bash
@@ -117,7 +117,7 @@ then
117
echo "Comparing $cached_image_php_version (cached) to $base_image_php_version (latest)." >> output.log 2>&1
118
119
# No need to continue building if our image already exists and PHP is up-to-date.
120
- if cached_image_php_version == base_image_php_version;
+ if [ $cached_image_php_version == $base_image_php_version ];
121
then
122
exit
123
fi
0 commit comments