Skip to content

Commit

Permalink
Use source
Browse files Browse the repository at this point in the history
  • Loading branch information
kremi151 authored Jul 25, 2024
1 parent 723205a commit b26022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-ndk-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi
OPENJDK_VERSION="$1"

echo "Load .env"
. .env
source .env

echo "Build NDK base image"
docker build -t "kremi151/android-ndk:base-jdk${OPENJDK_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi
OPENJDK_VERSION="$1"

echo "Load .env"
. .env
source .env

echo "Defined CMake version: $CMAKE_VERSION"
echo "Defined Ninja version: $NINJA_VERSION"
Expand Down

0 comments on commit b26022b

Please sign in to comment.