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

Fix build extends name

parent dae192df
Branches
Tags
No related merge requests found
Pipeline #1043 failed
...@@ -60,13 +60,13 @@ package-el6-x86_64: ...@@ -60,13 +60,13 @@ package-el6-x86_64:
- test-el6-x86_64 - test-el6-x86_64
linux-el6-i686: linux-el6-i686:
extends: [".build-python"] extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86
variables: variables:
NAME: "git-${GIT_VERSION}-linux-el6-i686" NAME: "git-${GIT_VERSION}-linux-el6-i686"
test-el6-i686: test-el6-i686:
extends: [".test-python"] extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86
variables: variables:
NAME: "git-${GIT_VERSION}-linux-el6-i686" NAME: "git-${GIT_VERSION}-linux-el6-i686"
...@@ -83,13 +83,13 @@ package-el6-i686: ...@@ -83,13 +83,13 @@ package-el6-i686:
- test-el6-i686 - test-el6-i686
linux-el7-x86_64: linux-el7-x86_64:
extends: [".build-python"] extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48
variables: variables:
NAME: "git-${GIT_VERSION}-linux-el7-x86_64" NAME: "git-${GIT_VERSION}-linux-el7-x86_64"
test-el7-x86_64: test-el7-x86_64:
extends: [".test-python"] extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48
variables: variables:
NAME: "git-${GIT_VERSION}-linux-el7-x86_64" NAME: "git-${GIT_VERSION}-linux-el7-x86_64"
...@@ -106,14 +106,14 @@ package-el7-x86_64: ...@@ -106,14 +106,14 @@ package-el7-x86_64:
- test-el7-x86_64 - test-el7-x86_64
linux-el7-i686: linux-el7-i686:
extends: [".build-python"] extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86
variables: variables:
NAME: "git-${GIT_VERSION}-${CI_JOB_NAME}" NAME: "git-${GIT_VERSION}-${CI_JOB_NAME}"
GIT_ROOT: "${CI_PROJECT_DIR}/${NAME}" GIT_ROOT: "${CI_PROJECT_DIR}/${NAME}"
test-el7-i686: test-el7-i686:
extends: [".test-python"] extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86
needs: needs:
- linux-el7-i686 - linux-el7-i686
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment