Skip to content

Commit 36aa76b

Browse files
committed
wip
1 parent 0538149 commit 36aa76b

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/buildhistory-collect-srcrevs

1 file changed

+3
-3
lines changed

.github/actions/buildhistory-collect-srcrevs/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ runs:
7878
fi
7979
done
8080
81-
kas shell \
82-
kas.yml:kas/machines/${{ inputs.machine }}.yml:kas/presets/wpe-${{ inputs.wpe_version }}.yml:kas/presets/buildhistory.yml:kas-local.yml \
83-
-c "buildhistory-collect-srcrevs -a > ../srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc"
81+
kas shell kas.yml:kas/machines/${{ inputs.machine }}.yml:kas/presets/wpe-${{ inputs.wpe_version }}.yml:kas/presets/buildhistory.yml:kas-local.yml -c "buildhistory-collect-srcrevs -a > ../srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc"
82+
pwd
83+
ls -l
8484
diff -u conf/include/srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc || true
8585
- name: Upload buildhistory-collect-srcrevs.inc artifact
8686
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)