-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrav.yaml
More file actions
53 lines (48 loc) · 1.48 KB
/
rav.yaml
File metadata and controls
53 lines (48 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: rav
scripts:
# Existing commands (backward compatibility)
server: python3 -m http.server
sup: echo "sup"
test: .venv/bin/python3 -m pytest
build:
- rm -rf dist/
- .venv/bin/python3 -m build
- .venv/bin/pip uninstall rav
- .venv/bin/pip install -e .
publish:
- git add .
- git commit -m "Ready for release"
- git push
- git tag v0.1.1
- git push origin v0.1.1
echo: echo "hello"
fail: adfasd
multi:
- echo this is
- echo awesome
- echo simple
- echo and
- echo easy
raise:
- python23 -c "raise Exception('This is an error, you need to fix it')"
downloads:
staticfiles:
name: vendor
destination: temp/staticfiles/vendor
verbose: true
raise_on_error: true
overwrite: true
files:
- name: flowbite.min.css
overwrite: false
destination: temp/staticfiles/vendor/css
url: https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.5.2/flowbite.min.css
- name: flowbite.min.js
url: https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.5.2/flowbite.min.js
- name: flowbite.min.js.map
destination: temp/staticfiles/vendor/js
url: https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.5.2/flowbite.min.js.map
- name: htmx.min.js
destination: temp/staticfiles/vendor/js
url: https://cdn.jsdelivr.net/npm/htmx.org@2.0.6/dist/htmx.min.js
integrity: sha384-Akqfrbj/HpNVo8k11SXBb6TlBWmXXlYQrCSqEWmyKJe+hDm3Z/B2WVG4smwBkRVm