IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lignes
639B

  1. base: freebsd-latest
  2. steps:
  3. - run:
  4. - ASSUME_ALWAYS_YES=yes IGNORE_OSVERSION=yes pkg install py37-cookiecutter
  5. - mkdir -p /cookiecutter/input/meta
  6. - mkdir -p /cookiecutter/input/nginx-http
  7. - mkdir -p /cookiecutter/input/nginx-https
  8. - mkdir -p /cookiecutter/templates/nginx-http/\{\{cookiecutter.directory_name\}\}
  9. - mkdir -p /cookiecutter/templates/nginx-https/\{\{cookiecutter.directory_name\}\}
  10. - mkdir -p /cookiecutter/output
  11. - mkdir -p /cookiecutter/scripts
  12. - copy:
  13. - [ files/run.sh,
  14. /cookiecutter/scripts/run.sh ]
  15. - run:
  16. - chmod a+x /cookiecutter/scripts/run.sh