20 Commits

Author SHA1 Message Date
6966df2868 Automatyczna zmiana: 1754157020 2025-08-02 19:50:20 +02:00
d33e107efb Automatyczna zmiana: 1754156832 2025-08-02 19:47:13 +02:00
de360b10cc Automatyczna zmiana: 1754156664 2025-08-02 19:44:24 +02:00
e558baa265 Automatyczna zmiana: 1754156522 2025-08-02 19:42:02 +02:00
e8361548ff Automatyczna zmiana: 1754156388 2025-08-02 19:39:48 +02:00
c75e7de053 Automatyczna zmiana: 1754156224 2025-08-02 19:37:04 +02:00
157c451ba4 Automatyczna zmiana: 1754156085 2025-08-02 19:34:45 +02:00
4930bbe45c Automatyczna zmiana: 1754155919 2025-08-02 19:31:59 +02:00
c0469ca0c2 Automatyczna zmiana: 1754155776 2025-08-02 19:29:36 +02:00
77551add1e Automatyczna zmiana: 1754155638 2025-08-02 19:27:18 +02:00
9e4c747df5 Automatyczna zmiana: 1754155458 2025-08-02 19:24:18 +02:00
f28d9dd27f Automatyczna zmiana: 1754155314 2025-08-02 19:21:54 +02:00
4224a6be73 Automatyczna zmiana: 1754155162 2025-08-02 19:19:22 +02:00
f69be74a45 Automatyczna zmiana: 1754155005 2025-08-02 19:16:45 +02:00
d3908d8d66 Automatyczna zmiana: 1754154815 2025-08-02 19:13:35 +02:00
43c168aaf2 Automatyczna zmiana: 1754154641 2025-08-02 19:10:41 +02:00
fa6a653e73 Automatyczna zmiana: 1754154490 2025-08-02 19:08:10 +02:00
be606b6134 Automatyczna zmiana: 1754154324 2025-08-02 19:05:24 +02:00
2c3774ba09 Automatyczna zmiana: 1754154161 2025-08-02 19:02:41 +02:00
e623daad67 Automatyczna zmiana: 1754153922 2025-08-02 18:58:42 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ spec:
- name: REPO_URL - name: REPO_URL
value: https://gitea.marcin00.pl/pikram/user-microservice.git value: https://gitea.marcin00.pl/pikram/user-microservice.git
- name: REPO_BRANCH - name: REPO_BRANCH
value: argoworkflow-fluxcd value: argo-workflows
args: args:
- | - |
git clone --depth 1 --branch "${REPO_BRANCH}" --single-branch "${REPO_URL}" repo git clone --depth 1 --branch "${REPO_BRANCH}" --single-branch "${REPO_URL}" repo
@ -139,7 +139,7 @@ spec:
- name: DEPLOY_REPO_URL - name: DEPLOY_REPO_URL
value: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git value: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git
- name: DEPLOY_REPO_BRANCH - name: DEPLOY_REPO_BRANCH
value: argoworkflow-fluxcd value: argo-deploy
- name: CI_COMMIT_SHA - name: CI_COMMIT_SHA
value: "{{inputs.parameters.git-sha}}" value: "{{inputs.parameters.git-sha}}"
args: args:
@ -152,7 +152,7 @@ spec:
git config --global user.name "argo[bot]" git config --global user.name "argo[bot]"
git config --global user.email "argo@marcin00.pl" git config --global user.email "argo@marcin00.pl"
git clone --depth 1 --branch $DEPLOY_REPO_BRANCH --single-branch $DEPLOY_REPO_URL repo git clone --depth 1 --branch $DEPLOY_REPO_BRANCH --single-branch $DEPLOY_REPO_URL repo
cd repo/apps/user-microservice cd repo
awk -v commit="$CI_COMMIT_SHA" ' awk -v commit="$CI_COMMIT_SHA" '
$0 ~ /name:[[:space:]]*api/ { in_api_container = 1; print; next } $0 ~ /name:[[:space:]]*api/ { in_api_container = 1; print; next }
in_api_container && $0 ~ /^[[:space:]]*image:[[:space:]]*/ { in_api_container && $0 ~ /^[[:space:]]*image:[[:space:]]*/ {

View File

@ -1 +1 @@
1754166304 1754157020