Use dev as default commit hash (#2324)

This commit is contained in:
jekkos
2019-02-02 18:31:24 +01:00
parent bf28072f0d
commit 9527ad4f33
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ script:
- docker run --rm -v $(pwd):/app composer/composer install
- docker run --rm -v $(pwd):/app -w /app lucor/php7-cli php bin/install.php translations
develop
- sed -i "s/\(\$Id\)/$rev/g" application/config/config.php
- sed -i "s/'\(dev\)'/'$rev'/g" application/config/config.php
- docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt
sh -c "npm install && bower install && grunt package"
- docker-compose build

View File

@@ -19,7 +19,7 @@ $config['application_version'] = '3.3.0';
|
|
*/
$config['commit_sha1'] = '$Id';
$config['commit_sha1'] = 'dev';
/*
|--------------------------------------------------------------------------