Skip to content

Commit

Permalink
feat(application): solvcon: append commit info
Browse files Browse the repository at this point in the history
By appending the commit info, we may debugging the build of application process easier.

Issue: solvcon#98
  • Loading branch information
tai271828 committed Jan 29, 2022
1 parent eaac111 commit ee7ba32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/application.d/solvcon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ application_upstream_project_root=${APP_UPSTREAM_PROJECT_ROOT:-https://github.co

syncgit ${application_upstream_project_root} ${application_name} ${application_branch}

# show the commit info of the application source
pushd ${application_src}
git show
popd

export DEVENVAPP=${DEVENVROOT}/flavors/${DEVENVFLAVOR}/application-${application_name}
mkdir -p ${DEVENVAPP}

Expand Down

0 comments on commit ee7ba32

Please sign in to comment.