File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
vdk-plugins/quickstart-vdk Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class IProperties:
1313 Allows for Data Job to store state (key-value pairs) across job runs.
1414 Properties are solution for the following use cases
1515
16- * Keep state of application (for example last ingested row timestamp so you can continue form there on next run)
16+ * Keep state of application (for example last ingested row timestamp, so you can continue form there on next run)
1717 * Keeping API keys and passwords necessary to connect to different systems
1818 * Keeping custom configuration of a data job.
1919
Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ quickstart-vdk-release-candidate:
4646 changes : *test_quickstart_vdk_locations
4747 extends : .release-plugin
4848
49- # quickstart-vdk-release-candidate-base-image:
50- # stage: pre_release_image
51- # variables:
52- # PLUGIN_NAME: quickstart-vdk
53- # before_script:
54- # - export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
55- # - export BUILD_TYPE=pre-release
56- # rules:
57- # - if: '$CI_COMMIT_BRANCH == "main"'
58- # changes: *test_quickstart_vdk_locations
59- # extends: .release-vdk-image
49+ quickstart-vdk-release-candidate-base-image :
50+ stage : pre_release_image
51+ variables :
52+ PLUGIN_NAME : quickstart-vdk
53+ before_script :
54+ - export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
55+ - export BUILD_TYPE=pre-release
56+ rules :
57+ - if : ' $CI_COMMIT_BRANCH == "main"'
58+ changes : *test_quickstart_vdk_locations
59+ extends : .release-vdk-image
6060
6161# quickstart-vdk-release-acceptance-test:
6262# image: "python:3.10"
You can’t perform that action at this time.
0 commit comments