Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
f5de14dd
Commit
f5de14dd
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed make calls
- moved permission fix to docker image
parent
7d1a0f75
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
f5de14dd
...
@@ -58,11 +58,9 @@ test-job:
...
@@ -58,11 +58,9 @@ test-job:
-
"
docker"
-
"
docker"
script
:
script
:
-
ls -lha /exlibris/
-
ls -lha /exlibris/
-
ROSETTASDK=$ROSETTASDK make --trace -e check_prerequisites
-
ROSETTASDK=$ROSETTASDK make check_prerequisites
-
mkdir -p /var/run/clamav
-
chown -R clamav.clamav /var/run/clamav
-
/usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
-
/usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
-
ROSETTASDK=$ROSETTASDK make
-e
test
-
ROSETTASDK=$ROSETTASDK make test
packaging-job
:
packaging-job
:
stage
:
packaging
stage
:
packaging
...
...
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