Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
1f02ed50
Commit
1f02ed50
authored
Oct 02, 2018
by
Zohreh MOSTAANI
Browse files
disable python 2 builds
parent
f1b36d78
Pipeline
#23933
failed with stages
in 13 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f02ed50
...
@@ -80,12 +80,6 @@ stages:
...
@@ -80,12 +80,6 @@ stages:
-
./_ci/after_build.sh
-
./_ci/after_build.sh
build_linux_27
:
<<
:
*linux_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_linux_36
:
build_linux_36
:
<<
:
*linux_build_job
<<
:
*linux_build_job
variables
:
variables
:
...
@@ -100,11 +94,6 @@ build_linux_36:
...
@@ -100,11 +94,6 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27
:
<<
:
*macosx_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_macosx_36
:
build_macosx_36
:
<<
:
*macosx_build_job
<<
:
*macosx_build_job
...
@@ -113,14 +102,7 @@ build_macosx_36:
...
@@ -113,14 +102,7 @@ build_macosx_36:
# Docker host based testing
# Docker host based testing
docker_linux_27
:
<<
:
*linux_docker_job
variables
:
PYTHON_VERSION
:
"
2.7"
dependencies
:
-
build_linux_27
tags
:
-
docker-build
docker_linux_36
:
docker_linux_36
:
...
@@ -141,9 +123,7 @@ docker_linux_36:
...
@@ -141,9 +123,7 @@ docker_linux_36:
script
:
script
:
-
./_ci/deploy.sh
-
./_ci/deploy.sh
dependencies
:
dependencies
:
-
build_linux_27
-
build_linux_36
-
build_linux_36
-
build_macosx_27
-
build_macosx_36
-
build_macosx_36
tags
:
tags
:
-
deployer
-
deployer
...
...
Zohreh MOSTAANI
@zmostaani
mentioned in commit
59a4b558
·
Oct 02, 2018
mentioned in commit
59a4b558
mentioned in commit 59a4b55893c8336c9c8623fc08bfd5c5117d0be5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment