찾다

 >  Q&A  >  본문

git lab Runner가 api.local 포트 80에 연결할 수 없습니다: 연결이 거부되었습니다.

gitlab-runner 1.29 파이프라인에 문제가 있습니다. 가상 호스트 세트는 before_script: apache2 구성 Docker 파일 섹션의 .gitlab.ci.yml에서 볼 수 없습니다.

행동 테스트를 실행할 때 발생하는 문제입니다. 이 문제를 해결하려고 3일을 보냈지만 지금은 잘 모르겠습니다. 누군가 도와주세요.

으아아아

#도커파일

으아아아

이것은 내 .gitlab.ci.yml

입니다.
#Pipeline runer

$ eval $(ssh-agent -s)
Agent pid 12
$ ssh-add <(echo "$SSH_PRIVATE_KEY")
Identity added: /dev/fd/63 (root@area51)
$ echo "export APPLICATION_ENV='test'" >> /etc/apache2/envvars
$ export APPLICATION_ENV='test'
$ rm /var/www/globkurier.pl/globkurier.pl -R
$ ln -s /builds/znatury/globkurier.pl/ /var/www/globkurier.pl/globkurier.pl
$ mkdir -p /var/log/apache2/
$ chmod -R 744 /var/log/apache2/
$ echo '127.0.0.1 api.local' >> /etc/hosts
$ echo '127.0.0.1 api.mock' >> /etc/hosts
$ apache2ctl start
$ bash prepare-database.sh all
Uploading database schema...
Uploading database fixtures...
$ bash test.sh behat routingAndAcl
.F-.F-.F--.F-.F-
--- Failed steps:
001 Scenario: An attempt to refer to an uri using a non-existent method # features/valid/routing-and-acl.feature:7
      When I send the request                                           # features/valid/routing-and-acl.feature:9
        [curl] 7: Failed to connect to api.local port 80: Connection refused [url] http://api.local/v1/user/profile (Guzzle\Http\Exception\CurlException)
002 Scenario: An attempt to refer to an uri using a non-logged user # features/valid/routing-and-acl.feature:12
      When I send the request                                       # features/valid/routing-and-acl.feature:14
        [curl] 7: Failed to connect to api.local port 80: Connection refused [url] http://api.local/v1/user/profile (Guzzle\Http\Exception\CurlException)
003 Scenario: Header list from method OPTIONS should return all available methods # features/valid/routing-and-acl.feature:17
      When I send the request                                                     # features/valid/routing-and-acl.feature:19
        [curl] 7: Failed to connect to api.local port 80: Connection refused [url] http://api.local/v1/user/profile (Guzzle\Http\Exception\CurlException)

P粉771233336P粉771233336240일 전358

모든 응답(1)나는 대답할 것이다

  • P粉199248808

    P粉1992488082024-03-27 18:21:59

    Zoho IT에 문의했는데 더 이상 작동하지 않으며 다른 코드를 사용해야 한다고 했습니다.

    그들이 나에게 제공한 링크: https://www.zoho.com/crm/developer/docs/csharp-sdk/v2/record-samples.html?src=create_records

    회신하다
    0
  • 취소회신하다