release-verify: set API_BASE_URL to flights.test.aeroflot.ru/api
ci-deploy / build-deploy-test (push) Successful in 1m11s
ci-deploy / build-deploy-test (push) Successful in 1m11s
- The UI needs to connect to the internal TIM API endpoint - gost proxy routes .aeroflot.ru domains through the TIM VPN tunnel
This commit is contained in:
@@ -122,7 +122,8 @@ EOF
|
||||
# Export proxy environment variables
|
||||
echo "HTTP_PROXY=http://127.0.0.1:8888" >> $GITHUB_ENV
|
||||
echo "ALL_PROXY=socks5h://127.0.0.1:1081" >> $GITHUB_ENV
|
||||
echo "Exported HTTP_PROXY and ALL_PROXY"
|
||||
echo "API_BASE_URL=https://flights.test.aeroflot.ru/api" >> $GITHUB_ENV
|
||||
echo "Exported HTTP_PROXY, ALL_PROXY, and API_BASE_URL"
|
||||
|
||||
- name: Wait for customer URL
|
||||
id: wait_customer
|
||||
|
||||
Reference in New Issue
Block a user