Skip to content

Commit

Permalink
fixup! consumer on review stage now has set proper domain urls
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Dec 21, 2023
1 parent c0cfece commit 4cb2be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/scripts/set-urls-for-review.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setUrlsToDomainsUrls () {

for DOMAIN in ${DOMAINS//,/ } ; do
docker-compose exec -T php-fpm sed -i "s/http:\/\/127.0.0.${ITERATOR}:8000/https:\/\/${DOMAIN}/g" config/domains_urls.yaml
docker-compose exec -T php-consumer sed -i "s/http:\/\/127.0.0.${ITERATOR}:8000/https:\/\/${DOMAIN}/g" app/config/domains_urls.yaml
docker-compose exec -T php-consumer sed -i "s/http:\/\/127.0.0.${ITERATOR}:8000/https:\/\/${DOMAIN}/g" config/domains_urls.yaml
ITERATOR=$(expr $ITERATOR + 1)
done
}
Expand Down

0 comments on commit 4cb2be8

Please sign in to comment.