File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 102102 PYPI_REGISTRY : " https://upload.pypi.org/legacy/"
103103 PYPI_USERNAME : " datavisyn"
104104 PYTHON_VERSION : " 3.10"
105- WORKFLOW_BRANCH : " main "
105+ WORKFLOW_BRANCH : " vstoiber-gitlab "
106106 POSTGRES_HOSTNAME : postgres_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}
107107
108108permissions :
Original file line number Diff line number Diff line change 3232env :
3333 NPM_REGISTRY : " https://registry.npmjs.org/"
3434 NODE_VERSION : " 20.9"
35- WORKFLOW_BRANCH : " main "
35+ WORKFLOW_BRANCH : " vstoiber-gitlab "
3636
3737permissions :
3838 contents : read
Original file line number Diff line number Diff line change 2727 TIME_ZONE : " Europe/Vienna"
2828 NODE_VERSION : " 20.9"
2929 PYTHON_VERSION : " 3.10"
30- WORKFLOW_BRANCH : " main "
30+ WORKFLOW_BRANCH : " vstoiber-gitlab "
3131 PYTHON_BASE_IMAGE : " python:3.10.8-slim-bullseye"
3232 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3333 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
9090 fail-fast : true
9191 matrix :
9292 component : ${{fromJson(needs.prepare-build.outputs.components)}}
93- uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
93+ uses : datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@vstoiber-gitlab
9494 with :
9595 component : ${{ matrix.component }}
9696 image_tag1 : ${{ needs.prepare-build.outputs.image_tag1 }}
@@ -105,7 +105,7 @@ jobs:
105105 fail-fast : true
106106 matrix :
107107 component : ${{fromJson(needs.prepare-build.outputs.components)}}
108- uses : datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@main
108+ uses : datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@vstoiber-gitlab
109109 with :
110110 component : ${{ matrix.component }}
111111 image_tag1 : ${{ needs.prepare-build.outputs.image_tag1 }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828 contents : read
2929
3030env :
31- WORKFLOW_BRANCH : " main "
31+ WORKFLOW_BRANCH : " vstoiber-gitlab "
3232
3333jobs :
3434 build :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222 contents : read
2323
2424env :
25- WORKFLOW_BRANCH : " main "
25+ WORKFLOW_BRANCH : " vstoiber-gitlab "
2626
2727concurrency :
2828 group : ' ${{ github.workflow }}-${{ github.ref || github.head_ref }}'
Original file line number Diff line number Diff line change 2121 PYPI_REGISTRY : " https://upload.pypi.org/legacy/"
2222 PYPI_USERNAME : " test"
2323 PYTHON_VERSION : " 3.10"
24- WORKFLOW_BRANCH : " main "
24+ WORKFLOW_BRANCH : " vstoiber-gitlab "
2525
2626permissions :
2727 contents : read
Original file line number Diff line number Diff line change 4545 TIME_ZONE : " Europe/Vienna"
4646 NODE_VERSION : " 20.9"
4747 PYTHON_VERSION : " 3.10"
48- WORKFLOW_BRANCH : " main "
48+ WORKFLOW_BRANCH : " vstoiber-gitlab "
4949 PYTHON_BASE_IMAGE : " python:3.10.8-slim-bullseye"
5050 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5151 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Original file line number Diff line number Diff line change 4343 TIME_ZONE : " Europe/Vienna"
4444 NODE_VERSION : " 20.9"
4545 PYTHON_VERSION : " 3.10"
46- WORKFLOW_BRANCH : " main "
46+ WORKFLOW_BRANCH : " vstoiber-gitlab "
4747 PYTHON_BASE_IMAGE : " python:3.10.8-slim-bullseye"
4848 DATAVISYN_PYTHON_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
4949 DATAVISYN_NGINX_BASE_IMAGE : " 188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323 contents : read
2424
2525env :
26- WORKFLOW_BRANCH : " main "
26+ WORKFLOW_BRANCH : " vstoiber-gitlab "
2727
2828jobs :
2929 check-helm-chart-version :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ concurrency:
3838
3939env :
4040 GA_VERSION : " main"
41- WORKFLOW_BRANCH : " main "
41+ WORKFLOW_BRANCH : " vstoiber-gitlab "
4242
4343jobs :
4444 deploy :
You can’t perform that action at this time.
0 commit comments