File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11services:
2- - docker:20 -dind
2+ - docker:24 -dind
33
44stages:
55 - build
@@ -14,7 +14,7 @@ build-docker:
1414 script:
1515 - rm -f version.txt
1616 - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY/$CI_PROJECT_PATH
17- - make docker test push
17+ - make docker testp push
1818 tags:
1919 - {{PLANET_RUNNER_TAG}}
2020 artifacts:
Original file line number Diff line number Diff line change 1+ Note for Internal Developers
2+ ============
3+ Please read readme from datalake-ops repo for internal processes of development and deployment.
4+
15Introduction
26============
37
@@ -89,6 +93,8 @@ Developer Setup
8993===============
9094
9195 make docker test
96+ # or for faster/parallelized testing
97+ make docker testp
9298
9399Datalake Metadata
94100=================
You can’t perform that action at this time.
0 commit comments