Skip to content
Snippets Groups Projects
Commit b82c5cee authored by Guillaume Pernot's avatar Guillaume Pernot
Browse files

Merge branch 'feat-conda-build' into 'develop'

Fixed conda-build

See merge request orfeotoolbox/otb!676
parents d8b94a92 13b5a1bd
No related branches found
No related tags found
No related merge requests found
......@@ -355,19 +355,18 @@ conda-linux-build:
extends: .common
stage: build
only:
- merge_requests
- develop
- /^release-[0-9]+\.[0-9]+$/
# - develop@orfeotoolbox/otb
# - /^release-[0-9]+\.[0-9]+$/@orfeotoolbox/otb
image: $BUILD_IMAGE_REGISTRY/otb-conda-build:latest
allow_failure: true
before_script:
- export CI_SKIP_CDASH=1
script:
- export otb_tag=${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
- ./CI/conda_build.sh
after_script: []
needs:
- job: fast-build
artifacts: false
#---------------------------- Deploy job ---------------------------------------
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment