mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
Add WorkDIR to build steps
This commit is contained in:
@@ -924,6 +924,9 @@ find . -maxdepth 1 -type f \( -name "*.dsc" -o -name "*.spec" \) -exec grep -l "
|
||||
rm -f "$conflicted_file"
|
||||
done
|
||||
|
||||
# Ensure we're in WORK_DIR before running osc commands
|
||||
cd "$WORK_DIR"
|
||||
|
||||
echo "==> Staging changes"
|
||||
echo "Files to upload:"
|
||||
if [[ "$UPLOAD_DEBIAN" == true ]] && [[ "$UPLOAD_OPENSUSE" == true ]]; then
|
||||
|
||||
Reference in New Issue
Block a user