Skip to content

Commit cee1539

Browse files
Remove export
Co-authored-by: Bruce Bujon <PerfectSlayer@users.noreply.github.com>
1 parent cbc6f39 commit cee1539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function compute_latest_version() {
5959
version="$((version + 1))"
6060
fi
6161

62-
export LATEST_VERSION="$version"
62+
LATEST_VERSION="$version"
6363
}
6464

6565
# docker build wrapper with common arguments

0 commit comments

Comments
 (0)