Skip to content

Commit

Permalink
php consumer on review stage now has fe api keys generated
Browse files Browse the repository at this point in the history
to prevent errors with missing keys as they're validated during container creation
  • Loading branch information
grossmannmartin committed Dec 21, 2023
1 parent 92c0aad commit 4437743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ review:
- docker-compose up -d
- ./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
- docker-compose exec -T php-consumer php phing -D production.confirm.action=y frontend-api-generate-new-keys
- ./gitlab/scripts/set-urls-for-review.sh printDomains
tags:
- review
Expand Down

0 comments on commit 4437743

Please sign in to comment.