Skip to content

Commit a65e46d

Browse files
committed
2021-09-09 15:07:55
1 parent 27cae22 commit a65e46d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ build() {
4444
move() {
4545
for i in _service README.md LICENSE *.tar.* *.dsc *.build *.buildinfo *.changes; do
4646
${rm} -fv "${d_dst}/${i}"
47-
${mv} -fv "${d_src}/${i}" "${d_dst}/" || exit 1
47+
${mv} -fv "${d_src}/${i}" "${d_dst}" || exit 1
4848
done
4949
}
5050

5151
push() {
5252
ts="$( _timestamp )"
5353

54-
pushd "${d_dst}/" || exit 1
54+
pushd "${d_dst}" || exit 1
5555
${git} add . && ${git} commit -a -m "BUILD: ${ts}" && ${git} push
5656
}
5757

0 commit comments

Comments
 (0)