GitLab CI - pg_dump error in pipeline stage

前端 未结 0 1838
逝去的感伤
逝去的感伤 2021-01-29 22:58

gitlab-ci.yaml file:

liquibase:
   stage: liquibase
   image: openjdk:8-jre-alpine
   services:
      - postgres
   script:
      - INIT_PATH=\'pwd\'
      - apk          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题