Skip to content
Snippets Groups Projects
Commit 9a68d369 authored by Florent Gluck's avatar Florent Gluck
Browse files

Fixed broken iso build from last commit

parent 0f51c025
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,7 @@ check_login_var:
$(call check_defined, LOGIN)
check_nexus_exam_vars:
$(call check_defined, CERT)
$(call check_defined, EXAM_USER)
$(call check_defined, EXAM_PWD)
......
......@@ -8,5 +8,5 @@ RUN apt-get update && apt-get install -y golang-go make ca-certificates libglfw3
RUN echo $server > /server
RUN echo $exam_user > /exam_user
RUN echo $exam_pwd > /exam_pwd
RUN make build_nexus-exam SERVER=$server CERT=/nexus EXAM_USER=$exam_user EXAM_PWD=$exam_pwd
RUN make build_nexus-exam SERVER=$server CERT=/nexus/ca-cert.pem EXAM_USER=$exam_user EXAM_PWD=$exam_pwd
RUN ["sh"]
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