Skip to content

Commit

Permalink
Remove now unused function mv_other_artifact()
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdor committed Jan 24, 2023
1 parent 1d4147b commit 1110df7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/move_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ mv_artifact()
fi
}

# Usage:
# mv_other_artifact BUILDINFO_PATH OTHER_EXT DEST_DIR
mv_other_artifact()
{
a=${1%.buildinfo}$2
[ ! -f "$a" ] || mv_artifact "$a" "$3"
}

# Usage:
# mv_source_package CHANGES_FILE
mv_source_package()
Expand Down

0 comments on commit 1110df7

Please sign in to comment.