Skip to content

Commit

Permalink
twrp.yml: Temp hotfix
Browse files Browse the repository at this point in the history
Use my script to test things
  • Loading branch information
sounddrill31 authored May 23, 2024
1 parent d54bcf2 commit fda6e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
cd $PROJECTFOLDER
echo "${{ secrets.GITHUB_TOKEN }}" > token.txt
crave push token.txt -d $(crave ssh -- pwd | grep -v Select | sed -s 's/\r//g')/
crave ssh -- "bash /opt/crave/github-actions/upload.sh '${{ github.run_id }}' '${{ github.event.inputs.DEVICE_NAME }}' '${{ github.repository }}' '${{ github.event.inputs.PRODUCT_NAME }}-${{ github.run_id }}' '${{ secrets.EXTRA_FILES }}'"
crave ssh -- "rm upload.sh; wget https://raw.githubusercontent.com/sounddrill31/docker-images/patch-16/aosp/common/upload.sh; bash upload.sh '${{ github.run_id }}' '${{ github.event.inputs.DEVICE_NAME }}' '${{ github.repository }}' '${{ github.event.inputs.PRODUCT_NAME }}-${{ github.run_id }}' '${{ secrets.EXTRA_FILES }}'"
# Pull Errors and Display them
- name: Display error.log
Expand All @@ -361,4 +361,4 @@ jobs:
crave pull out/error.log
echo "Displaying out/error.log"
cat out/error.log
#if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
#if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then

0 comments on commit fda6e02

Please sign in to comment.