mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -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"
|
rm -f "$conflicted_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Ensure we're in WORK_DIR before running osc commands
|
||||||
|
cd "$WORK_DIR"
|
||||||
|
|
||||||
echo "==> Staging changes"
|
echo "==> Staging changes"
|
||||||
echo "Files to upload:"
|
echo "Files to upload:"
|
||||||
if [[ "$UPLOAD_DEBIAN" == true ]] && [[ "$UPLOAD_OPENSUSE" == true ]]; then
|
if [[ "$UPLOAD_DEBIAN" == true ]] && [[ "$UPLOAD_OPENSUSE" == true ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user