Skip to content

Commit

Permalink
Try to use variable in crave run
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Aug 5, 2024
1 parent 839c645 commit a7b8fe7
Show file tree
Hide file tree
Showing 4 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 @@ -432,7 +432,7 @@ jobs:
crave ${{ secrets.CRAVE_FLAGS }} run --no-patch --${CLEAN} "rm -rf .repo/local_manifests/ ${{ github.event.inputs.REMOVALS }} && \
# Clone local_manifests repository
$BUILD_DIFFERENT_ROM ; \
bash -c "$LOCAL_MANIFEST" && \
$LOCAL_MANIFEST && \
# Sync the repositories
/opt/crave/resync.sh && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
crave run --no-patch --${CLEAN} "rm -rf .repo/local_manifests/ ${{ github.event.inputs.REMOVALS }} && \
# Clone local_manifests repository
$BUILD_DIFFERENT_ROM ; \
bash -c "$LOCAL_MANIFEST" && \
$LOCAL_MANIFEST && \
# Sync the repositories
/opt/crave/resync.sh && \
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 @@ -358,7 +358,7 @@ jobs:
crave ${{ secrets.CRAVE_FLAGS }} run --no-patch --${CLEAN} "rm -rf .repo/local_manifests/ ${{ github.event.inputs.REMOVALS }} && \
# Clone local_manifests repository
$BUILD_DIFFERENT_ROM ; \
bash -c "$LOCAL_MANIFEST" && \
$LOCAL_MANIFEST && \
# Sync the repositories
/opt/crave/resync.sh && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
crave ${{ secrets.CRAVE_FLAGS }} run --no-patch --${CLEAN} "rm -rf .repo/local_manifests/ ${{ github.event.inputs.REMOVALS }} && \
# Clone local_manifests repository
$BUILD_DIFFERENT_ROM ; \
bash -c "$LOCAL_MANIFEST" && \
$LOCAL_MANIFEST && \
# Sync the repositories
/opt/crave/resync.sh && \
Expand Down

0 comments on commit a7b8fe7

Please sign in to comment.