No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

.drone.yml 212B

hace 2 meses
1234567891011
  1. kind: pipeline
  2. name: deploy_test
  3. steps:
  4. - name: build
  5. image: ubuntu-latest
  6. commands:
  7. - echo "🖥️ The workflow is now ready t1o test your code1 on the runner."
  8. trigger:
  9. branch:
  10. - master