Skip to content
Snippets Groups Projects
Commit 0adf92ee authored by jurgenhaas's avatar jurgenhaas
Browse files

#33 Also better handling of git lfs

parent 84a12adf
No related branches found
Tags v1.11.2
No related merge requests found
......@@ -27,7 +27,7 @@
"ext-json": "*",
"php": ">=7.0",
"composer-plugin-api": "^1.0.0",
"lakedrops/composer-json-utils": "^1.4.0",
"lakedrops/composer-json-utils": "^1.4.2",
"lakedrops/docker-traefik": "^1.1.3",
"lakedrops/dotenv": "^1.1.3",
"twig/twig": "^1.23.1"
......
......@@ -137,7 +137,7 @@ class Handler extends BaseHandler {
// Setup BackstopJS.
$this->gitIgnore('tests/backstop/backstop_data/bitmaps_test');
$this->gitIgnore('tests/backstop/backstop_data/html_report');
$this->git('lfs track tests/backstop/**/*.png');
$this->gitLFS('tests/backstop/**/*.png');
$traefik = new Traefik($options['projectname']);
$traefik->update();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment