Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
e3c41f82
Commit
e3c41f82
authored
Jan 15, 2020
by
Georgios Bitzes
Browse files
Fix prepare.sh path in C8 dockerfile
parent
b5623c35
Pipeline
#1346347
passed with stages
in 57 minutes and 12 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
ci/c8/Dockerfile
View file @
e3c41f82
...
...
@@ -8,4 +8,4 @@ MAINTAINER Georgios Bitzes, georgios.bitzes@cern.ch, CERN 2020
RUN
dnf clean all
RUN
dnf remove
-y
whois-mkpasswd
||
true
RUN
dnf
install
-y
expect git
RUN
git clone https://gitlab.cern.ch/eos/quarkdb.git
;
cd
quarkdb
;
ci/
fedora
/prepare.sh
;
cd
..
;
rm
-rf
quarkdb
RUN
git clone https://gitlab.cern.ch/eos/quarkdb.git
;
cd
quarkdb
;
ci/
c8
/prepare.sh
;
cd
..
;
rm
-rf
quarkdb
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment