Browse Source
Merge pull request #543 from dellgreen/dpg/MEN-6305/versionGitSubmoduleFix
Project can now be used as a git submodule again
4.0.x
4.0.0
Kristian Amlie
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docker-mender-convert
|
|
@ -52,6 +52,7 @@ docker run \ |
|
|
|
-v /lib/modules:/lib/modules:ro \ |
|
|
|
--env MENDER_ARTIFACT_NAME="${MENDER_ARTIFACT_NAME}" \ |
|
|
|
--env MENDER_CONVERT_LOG_FILE=logs/"${LOG_FILE}" \ |
|
|
|
--env MENDER_CONVERT_VERSION=${GIT_PROVIDED_TAG_NAME} \ |
|
|
|
"$IMAGE_NAME" "$@" |
|
|
|
|
|
|
|
exit_code=$? |
|
|
|