Skip to content
Snippets Groups Projects
Commit 6f1d5450 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Update .gitlab-ci.yml file

parent 75698f26
No related branches found
No related tags found
No related merge requests found
Pipeline #998 passed
......@@ -28,10 +28,13 @@ build:
# - grep -I -r -l "^#\!${PYTHON_ROOT}/bin/python.*$" ${PYTHON_ROOT} | xargs sed -i '1c\#\!/usr/bin/env python'
# # Clean pycache
# - find ${PYTHON_ROOT} -iname __pycache__ -print0 | xargs -0 rm -rf
- pwd
- mkdir -p ${PYTHON_ROOT}/bin
- echo test > ${PYTHON_ROOT}/bin/python
- cd ${PYTHON_ROOT}
- ls -al
- pwd
artifacts:
name: "${NAME}"
paths:
- ${PYTHON_ROOT}/**/*
- "**/*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment