Why gitlab-runner run execution as ruby docker when i set executor as shell?

后端 未结 0 927
小蘑菇
小蘑菇 2021-01-12 02:36

gitlab-ci

stages:
  - deploy
deploy:
  stage: deploy
  script:
    - npm install
    - npm run build
    - cp -R build/* /var/www/html

pipeli

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