Skip to content

Commit b9a4a95

Browse files
ci(auto prepend): Debug curl [skip ci]
1 parent 58eb721 commit b9a4a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end-to-end-auto-prepend-test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
cd ${{ github.workspace }}
118118
cp .ddev/custom_files/phpinfo.php phpinfo.php
119+
curl -v https://${{ env.WP_VERSION_CODE }}.ddev.site/phpinfo.php
119120
PREPENDVERIF=$(curl https://${{ env.WP_VERSION_CODE }}.ddev.site/phpinfo.php | grep -o -E "auto_prepend_file=(.*)php(.*)" | sed 's/<\/tr>//g; s/<\/td>//g;' | tr '\n' '#')
120121
if [[ $PREPENDVERIF == "auto_prepend_file=/var/www/html/wp-content/plugins/cs-wordpress-bouncer/inc/standalone-bounce.php#auto_prepend_file=/var/www/html/wp-content/plugins/cs-wordpress-bouncer/inc/standalone-bounce.php#" ]]
121122
then

0 commit comments

Comments
 (0)