Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed custom prepare_environment step in CI, in preperation for par… #31

Merged
merged 1 commit into from Apr 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 0 additions & 15 deletions .gitlab-ci.yml
Expand Up @@ -3,21 +3,6 @@ include:
ref: master
file: /gitlab_ci_templates/jedi-gitlab-ci-template.yml

# Prepare stage, prepares a Docker image based on the Docker file in /docker_env subfolder of the repository.
# To have early feedback when setting up your Docker image, make sure you implement a buildenv_check.sh script,
# see the exeample in this repository.
# ==================================================================================

prepare_environment:
extends:
- .jobs_common
- .environment_common
stage: prepare
variables:
GIT_STRATEGY: clone
script:
- ./make_docker.sh "${BUILD_PIPELINE_IMAGE}"

complexity:
extends:
- .jobs_common
Expand Down