Skip to content

Commit

Permalink
uncomment release base-image stage in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaratansingh committed Aug 22, 2024
1 parent cda0d0f commit 3dd7447
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ quickstart-vdk-release-candidate:
changes: *test_quickstart_vdk_locations
extends: .release-plugin

#quickstart-vdk-release-candidate-base-image:
# stage: pre_release_image
# variables:
# PLUGIN_NAME: quickstart-vdk
# before_script:
# - export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
# - export BUILD_TYPE=pre-release
# rules:
# - if: '$CI_COMMIT_BRANCH == "main"'
# changes: *test_quickstart_vdk_locations
# extends: .release-vdk-image
quickstart-vdk-release-candidate-base-image:
stage: pre_release_image
variables:
PLUGIN_NAME: quickstart-vdk
before_script:
- export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
- export BUILD_TYPE=pre-release
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
changes: *test_quickstart_vdk_locations
extends: .release-vdk-image

# quickstart-vdk-release-acceptance-test:
# image: "python:3.10"
Expand Down

0 comments on commit 3dd7447

Please sign in to comment.