We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334dd65 commit b459575Copy full SHA for b459575
.github/workflows/quality.yaml
@@ -26,4 +26,6 @@ jobs:
26
pip install sh unidecode pyaml
27
28
- name: Validate image repos
29
+ env:
30
+ PYTHONUNBUFFERED: "TRUE"
31
run: ./bin/validate_repo.py
.github/workflows/release.yaml
@@ -26,9 +26,13 @@ jobs:
- name: Build Github Index
run: ./build-github.sh
32
33
- name: Build Gitlab Index
34
35
36
run: ./build-gitlab.sh
37
38
- run: echo "RELEASE_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_ENV
bin/validate_repo.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python3 -u
+#!/usr/bin/env python
2
#
3
# check that the repo branch and path are valid
4
0 commit comments