Skip to content
Snippets Groups Projects
Commit 30239fe8 authored by jurgenhaas's avatar jurgenhaas
Browse files

#39 Debugging

parent e484bdd1
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,6 @@ Testing:
- if [[ ! -d /data/${sourcebranch}/app ]]; then echo "Source branch does not exist!"; exit 1; fi
- if [[ ! -d /data/${targetbranch}/app ]]; then echo "Target branch does not exist!"; exit 2; fi
- cd /data/${sourcebranch}/app
- docker compose exec php drush st
- docker compose --project-name ${CI_PROJECT_NAME}_${sourcebranch} exec php drush st
- cd /data/${targetbranch}/app
- docker compose exec php drush st
- docker compose --project-name ${CI_PROJECT_NAME}_${targetbranch} exec php drush st
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