Skip to content

Commit

Permalink
Merge pull request #30 from sounddrill31/cleanup-yaml
Browse files Browse the repository at this point in the history
Move crave.yaml* to yamls folder
  • Loading branch information
sounddrill31 authored Apr 17, 2024
2 parents 2a6db36 + 50087bd commit b896d0a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
cp crave.conf $PROJECTFOLDER
fi
if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
cp crave.yaml $PROJECTFOLDER/.repo/manifests
cp yamls/crave.yaml.aosp $PROJECTFOLDER/.repo/manifests/crave.yaml
echo "No Custom Configuration Found, Using Template!"
else
touch $PROJECTFOLDER/.repo/manifests/crave.yaml || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
cp crave.conf $PROJECTFOLDER
fi
if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
cp crave.yaml $PROJECTFOLDER/.repo/manifests
cp yamls/crave.yaml.aosp $PROJECTFOLDER/.repo/manifests/crave.yaml
echo "No Custom Configuration Found, Using Template!"
else
touch $PROJECTFOLDER/.repo/manifests/crave.yaml || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
cp crave.conf $PROJECTFOLDER
fi
if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
cp crave.yaml.twrp $PROJECTFOLDER/.repo/manifests
cp yamls/crave.yaml.twrp $PROJECTFOLDER/.repo/manifests
echo "No Custom Configuration Found, Using Template!"
else
touch $PROJECTFOLDER/.repo/manifests/crave.yaml || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
cp crave.conf $PROJECTFOLDER
fi
if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
cp crave.yaml.twrp $PROJECTFOLDER/.repo/manifests
cp yamls/crave.yaml.twrp $PROJECTFOLDER/.repo/manifests
echo "No Custom Configuration Found, Using Template!"
else
touch $PROJECTFOLDER/.repo/manifests/crave.yaml || true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b896d0a

Please sign in to comment.