Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9c8483ef authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Direct call instead of python Script.

parent 9e975359
Branches
No related tags found
No related merge requests found
Pipeline #976378 passed
...@@ -47,11 +47,12 @@ temporary: ...@@ -47,11 +47,12 @@ temporary:
- docker login -u $CI_REGISTRY_USER -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - docker login -u $CI_REGISTRY_USER -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script: script:
- pwd - pwd
- git clone https://gitlab.inria.fr/MoReFEM/CoreLibrary/MoReFEM.git - git clone https://gitlab.inria.fr/MoReFEM/CoreLibrary/MoReFEM.git
- cp Dockerfile create_docker_image.py MoReFEM - cp Dockerfile create_docker_image.py MoReFEM
- cd MoReFEM - cd MoReFEM
- ls -alrt - ls -alrt
- python3 create_docker_image.py --mode=debug --compiler=gcc --os=ubuntu --tag=test --do_update_latest=False --is_single_library=False - docker build -t registry.gitlab.inria.fr/morefem/corelibrary/generatedockerimages/ubuntu_gcc_debug_shared:test --build-arg os=ubuntu --build-arg mode=debug --build-arg compiler=gcc --build-arg is_single_library=False --build-arg library_type=shared .
# - python3 create_docker_image.py --mode=debug --compiler=gcc --os=ubuntu --tag=test --do_update_latest=False --is_single_library=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment