Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
ce063bf4
Commit
ce063bf4
authored
Jun 18, 2018
by
LANORE Vincent
Browse files
Updated makefile for new file structure.
parent
9c09c735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Makefile
Makefile
+2
-4
No files found.
Makefile
View file @
ce063bf4
.PHONY
:
build install build_docker push_docker
DOCKERDIRS
=
$(
shell
ls
`
pwd
`
/etc/
)
build
:
jbuilder build
...
...
@@ -9,14 +7,14 @@ install:
jbuilder
install
build_docker
:
@
for
dir
in
./etc/
*
;
\
@
for
dir
in
./etc/
docker/
*
;
\
do
\
cd
$
${dir}
;
\
bash ./build_docker.sh
;
\
done
push_docker
:
@
for
dir
in
./etc/
*
;
\
@
for
dir
in
./etc/
docker/
*
;
\
do
\
cd
$
${dir}
;
\
bash ./build_docker.sh push_yes
;
\
...
...
Write
Preview
Markdown
is supported
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