Skip to content
Snippets Groups Projects
Commit 719b5867 authored by vehnem's avatar vehnem
Browse files

artifact comment with githublink

parent 6d693ffc
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,7 @@ cd $DATABUSDIR/dbpedia/$GROUP;
mvn versions:set -DnewVersion=$(ls * | grep '^[0-9]\{4\}.[0-9]\{2\}.[0-9]\{2\}$' | sort -u | tail -1);
# get git commit link
GITSHORTHASH=${git log | head -1 | cut -f2 -d ' ' | grep -o "^......." }
GITHUBLINK=${git log | head -1 | cut -f2 -d ' ' | sed 's|^|https://github.com/dbpedia/extraction-framework/commit/|'}
GITHUBLINK="$(diefCommitLink)"
PUBLISHER="https://vehnem.github.io/webid.ttl#this";
# TODO marvin: shouldn't this be the web dir directly?
......
......@@ -200,8 +200,8 @@ mapAndCopy() {
}
diefCommitLink() {
cd $DIEFDIR
echo "https://github.com/dbpedia/extraction-framework/commit/$(git rev-parse @)"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment