首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏yuyy.info技术专栏

    Gitlab CI/CD 实践八:同步文件到其他 Git 仓库

    file: '/common/sync-deploy-file-to-template/.gitlab-ci.yml' 配置全局变量,每个项目只配置一个variables variables: &global-variables sync_deploy_file_to_template: extends: - .sync_deploy_file_to_template_base variables: <<: *global-variables

    1.7K20编辑于 2022-10-04
  • 来自专栏TopFE

    复制的官方GitLab 文档

    variable without affecting the use of the SAMPLE_VARIABLE variable: # global variables variables: &global-variables variable, yet depend on global variables job_no_git_strategy: stage: cleanup variables: <<: *global-variables

    2.8K10编辑于 2022-01-24
领券