Skip to content

Commit

Permalink
Store RemoteSubdir in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 16, 2024
1 parent f003a32 commit 835276e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ sed -n -e '/^Repository:/!p' -e "\$aRepository: ${MY_UNIVERSE}" -i "${DESCRIPTIO
echo "RemoteUrl: ${1}" >> "${DESCRIPTION}"
echo "RemoteRef: ${BRANCH}" >> "${DESCRIPTION}"
echo "RemoteSha: ${2}" >> "${DESCRIPTION}"
if [ "$SUBDIR" ]; then
echo "RemoteSubdir: $SUBDIR" >> "${DESCRIPTION}"
fi
fi

# Build source package. Try vignettes, but build without otherwise.
Expand Down

0 comments on commit 835276e

Please sign in to comment.