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!
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

18 рядки
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