Skip to content

Commit 1c74fe5

Browse files
committed
fix filename and output
1 parent c502754 commit 1c74fe5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

micropython/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ VERSION=$1
77

88
URL=https://github.com/micropython/micropython.git
99
REPO=micropython
10-
FULLNAME=micropython-${VERSION}.tar.xz
11-
OUTPUT=$2/${FULLNAME}
1210

1311
LAST_REVISION="${3:-}"
1412

@@ -18,6 +16,9 @@ else
1816
REVISION="micropython-${VERSION}"
1917
fi;
2018

19+
FULLNAME="${REVISION}.tar.xz"
20+
OUTPUT="$2/${FULLNAME}"
21+
2122
DEST="/opt/compiler-explorer/${REVISION}"
2223

2324
initialise "${REVISION}" "${OUTPUT}" "${LAST_REVISION}"

0 commit comments

Comments
 (0)