We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88407ed commit 0a16084Copy full SHA for 0a16084
entrypoint.sh
@@ -186,7 +186,7 @@ echo "buildtools::replace_rmarkdown_engine()" > /tmp/vignettehack.R
186
# Replace or add "Repository:" in DESCRIPTION
187
if [ "${MY_UNIVERSE}" ]; then
188
sed -n -e '/^Repository:/!p' -e "\$aRepository: ${MY_UNIVERSE}" -i "${DESCRIPTION}"
189
-echo "Date/Publication: ${GIT_DATE}" >> "${DESCRIPTION}"
+sed -n -e '/^Date.Publication:/!p' -e "\$aDate/Publication: ${GIT_DATE}" -i "${DESCRIPTION}"
190
echo "RemoteUrl: ${1}" >> "${DESCRIPTION}"
191
echo "RemoteRef: ${BRANCH}" >> "${DESCRIPTION}"
192
echo "RemoteSha: ${2}" >> "${DESCRIPTION}"
0 commit comments