You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
290 B

  1. .do_variables: &do_variables
  2. PRIVATE_KEY: $DO_PRIVATE_KEY
  3. CI_PLATFORM: "do"
  4. SSH_USER: root
  5. .do: &do
  6. extends: .testcases
  7. do_ubuntu-canal-ha:
  8. stage: deploy-part2
  9. extends: .do
  10. variables:
  11. <<: *do_variables
  12. when: manual
  13. except: ['triggers']
  14. only: ['master', /^pr-.*$/]