Skip to content

Commit

Permalink
removed unnecessary parameter set in gitlab review
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Jul 17, 2023
1 parent 0dbc293 commit 7f8d3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -150,7 +150,6 @@ review:
- chmod +x ./gitlab/scripts/set-urls-for-review.sh && ./gitlab/scripts/set-urls-for-review.sh setDomainsToDockerCompose
- docker-compose down --rmi all -v --remove-orphans
- docker-compose up -d
- "docker-compose exec -T php-fpm sed -i \"s/database_name:.*/database_name: ${COMPOSE_PROJECT_NAME}/\" config/parameters.yaml"
- ./gitlab/scripts/set-urls-for-review.sh setUrlsToDomainsUrls
- docker-compose exec -T php-fpm php phing -D production.confirm.action=y clean db-create build-review-ci
- ./gitlab/scripts/set-urls-for-review.sh printDomains
Expand Down

0 comments on commit 7f8d3f6

Please sign in to comment.