Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
bib
Commits
38fe79b7
Unverified
Commit
38fe79b7
authored
5 years ago
by
Moritz Aurel Pascal Schubotz
Browse files
Options
Downloads
Patches
Plain Diff
Update publicationlist by bot
parent
f9ee1310
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
support/commitPub.sh
+10
-0
10 additions, 0 deletions
support/commitPub.sh
support/compile.sh
+1
-0
1 addition, 0 deletions
support/compile.sh
with
11 additions
and
0 deletions
support/commitPub.sh
0 → 100755
+
10
−
0
View file @
38fe79b7
#!/usr/bin/env bash
[
-z
"
$TRAVIS
"
]
&&
exit
1
||
echo
"skip commit. Travis environment variable not set."
gpg
--import
bibbot.asc
git config
--global
user.email
"bibbot@ckurs.de"
git config
--global
user.name
"BibBot"
git config
--global
user.signingkey
"1617C27854592471"
git commit
-S
-m
"Update publication list"
docs/publist.html
git remote add http https://
${
GITHUB_TOKEN
}
@github.com/ag-gipp/bib.git
git push http HEAD:
$TRAVIS_BRANCH
exit
1
This diff is collapsed.
Click to expand it.
support/compile.sh
+
1
−
0
View file @
38fe79b7
...
...
@@ -8,3 +8,4 @@ cp allRefs.pdf ../../main.pdf
cd
../..
python3 support/issue.py
support/pubHtml
git diff
-w
docs/publist.html
--exit-code
||
support/commitPub.sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment