We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1750f7b + ff4d214 commit 66ef498Copy full SHA for 66ef498
.github/workflows/build-and-release.yml
@@ -85,7 +85,7 @@ jobs:
85
set +e
86
git config user.name github-actions[bot]
87
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
88
- git add --all
+ git add distro-data.json
89
git commit -m "AUTO: update distro-data.json"
90
git push
91
set -e
.gitignore
@@ -1,2 +1,3 @@
1
*.log
2
*.tests
3
+__pycache__
gen_data/gen-update-json.py
@@ -4,7 +4,7 @@
4
import utils
5
6
GIT_ROOT = os.popen("git rev-parse --show-toplevel").read().strip()
7
-DIR = "."
+DIR = "fs-cook/out"
8
VERBOSE = False
9
JSON_CONF = f"{GIT_ROOT}/distro-data.json"
10
0 commit comments