From 6f1d5450ea5c7bf14e8a7d30ee6f46241379d670 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 4 Oct 2022 20:12:10 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12292f4..8aeda04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}/**/* + - "**/*" -- GitLab