GitlabCI: I can't restore a .sql dump to MySQL

前端 未结 0 676
[愿得一人]
[愿得一人] 2020-11-30 08:53

I\'ve this job in the .gitlabci.yml file:

npm_test:
  image: node:12.18.0 
  stage: test
  when: on_success
  only:
    - master
  services: 
    - mysql:8.0.         


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