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

Update .gitlab-ci.yml file

parent 26ea52d7
Branches
Tags
No related merge requests found
Pipeline #996 passed
......@@ -5,8 +5,8 @@ variables:
DEVTOOLS_ROOT: "/usr/Local/devtools"
OS: "linux-el6"
ARCH: "x86_64"
PACKAGE: "python-${PYTHON_VERSION}-${OS}-${ARCH}"
PYTHON_ROOT: "${DEVTOOLS_ROOT}/${PACKAGE}"
NAME: "python-${PYTHON_VERSION}-${OS}-${ARCH}"
PYTHON_ROOT: "${DEVTOOLS_ROOT}/${NAME}"
stages:
- build
......@@ -31,8 +31,9 @@ build:
- mkdir -p ${PYTHON_ROOT}/bin
- echo test > ${PYTHON_ROOT}/bin/python
- cd ${PYTHON_ROOT}
- zip -r --symlinks ${PYTHON_ROOT}/../${PACKAGE}.zip *
- zip -r --symlinks ${PYTHON_ROOT}/../${NAME}.zip *
- cd ${PYTHON_ROOT}/..
artifacts:
name: "${PACKAGE}"
name: "${NAME}"
paths:
- ${PYTHON_ROOT}/../${PACKAGE}.zip
- ${NAME}.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment