Testing openbuild-keep.txt file with include folder
Sync public mirror / sync (push) Successful in 40s
Sync public mirror / sync (push) Successful in 40s
This commit is contained in:
@@ -2,31 +2,19 @@
|
|||||||
# Lines starting with '#' are comments
|
# Lines starting with '#' are comments
|
||||||
|
|
||||||
# --- Top-level open-source docs ---
|
# --- Top-level open-source docs ---
|
||||||
#LICENSE
|
|
||||||
README.md
|
README.md
|
||||||
#CONTRIBUTING.md
|
|
||||||
#CHANGELOG.md
|
|
||||||
|
|
||||||
# --- Open-source code ---
|
# --- Open-source code ---
|
||||||
#src/open/**
|
assets/**
|
||||||
#examples/**
|
|
||||||
#tests/open/**
|
|
||||||
include/**
|
include/**
|
||||||
#scripts/public/**
|
scr/**
|
||||||
#docs/**
|
test/**
|
||||||
#!docs/internal/**
|
|
||||||
|
|
||||||
# --- Configuration files ---
|
# --- Configuration files ---
|
||||||
#pyproject.toml
|
makefile
|
||||||
#package.json
|
|
||||||
#requirements.txt
|
|
||||||
#Makefile
|
|
||||||
#Dockerfile
|
|
||||||
|
|
||||||
# --- CI/CD and workflow files (if public-safe) ---
|
# --- CI/CD and workflow files (if public-safe) ---
|
||||||
#.github/**
|
#.github/**
|
||||||
#.gitea/workflows/ci.yml
|
#.gitea/workflows/ci.yml
|
||||||
|
|
||||||
# --- Optional assets ---
|
|
||||||
#assets/logos/**
|
|
||||||
#!assets/logos/private/**
|
|
||||||
|
|||||||
@@ -79,6 +79,6 @@ jobs:
|
|||||||
if git diff --cached --quiet; then
|
if git diff --cached --quiet; then
|
||||||
echo "No public-eligible changes to push."
|
echo "No public-eligible changes to push."
|
||||||
else
|
else
|
||||||
git commit -m "Sync public subset from Flux (private)"
|
git commit -m "Sync public subset from Flux"
|
||||||
git push origin HEAD:main
|
git push origin HEAD:main
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user