Skip to content
Snippets Groups Projects
Commit 2995b17b authored by apvrille's avatar apvrille
Browse files

eval

parent 89c920d9
No related branches found
No related tags found
No related merge requests found
FROM gradle:4.7.0-jdk8-alpine FROM gradle:4.7.0-jdk8-alpine AS build
FROM debian:latest FROM debian:latest
MAINTAINER Ludovic Apvrille <ludovic.apvrille@telecom-paris.fr> MAINTAINER Ludovic Apvrille <ludovic.apvrille@telecom-paris.fr>
RUN apt-get clean RUN apt-get clean
RUN apt-get update RUN apt-get update
......
...@@ -3,7 +3,7 @@ printf 'testing\n' ...@@ -3,7 +3,7 @@ printf 'testing\n'
make noguitest make noguitest
if [ $? -eq 0 ] then if [ $? -eq 0 ]; then
printf 'SUCCESS\n' printf 'SUCCESS\n'
exit 0 exit 0
fi fi
......
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