Skip to content

Commit

Permalink
Merge pull request #31 from Ultimaker/EXP_parallel_ci
Browse files Browse the repository at this point in the history
Removed custom prepare_environment step in CI, in preperation for par…
  • Loading branch information
TiemenJoustraUM committed Apr 16, 2021
2 parents 833d30e + 4cd4535 commit 3ce7b18
Showing 1 changed file with 0 additions and 15 deletions.
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

0 comments on commit 3ce7b18

Please sign in to comment.