Skip to content
Snippets Groups Projects
Commit 26851fa1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging

parent 14359d56
Branches
No related tags found
No related merge requests found
......@@ -84,10 +84,10 @@ Test Backstop:
- job: Update DB
optional: true
script:
- pwd
- ls -lisa
- ls -lisa web/themes/contrib/allianz
- curl http://fingrp_develop.docker.localhost:8000/ || EC=$?
- docker exec -it fingrp_develop-php-1 ls -lisa web/themes/contrib/allianz
- docker cp ${THEME_CSS_PATH} fingrp_develop-php-1:${THEME_CSS_PATH}
- docker exec -it fingrp_develop-php-1 ls -lisa web/themes/contrib/allianz
- dc cp ${THEME_CSS_PATH} php:${THEME_CSS_PATH}
- backstop test
artifacts:
name: backstop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment