Skip to content
Snippets Groups Projects
Commit 98b6b682 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging

parent a84084ae
Branches
No related tags found
No related merge requests found
......@@ -84,10 +84,11 @@ Test Backstop:
- job: Update DB
optional: true
script:
- DIR=$(dc exec php pwd)
- echo $DIR
- docker exec fingrp_develop-php-1 ls -lisa web/themes/contrib/allianz
- docker cp ${THEME_CSS_PATH} fingrp_develop-php-1:${THEME_CSS_PATH}
- dc cp ${THEME_CSS_PATH} php:${DIR}/${THEME_CSS_PATH}
- docker exec 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