From 60e14d4242720f75dc8ba10dca0f088987ff8e71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Tue, 17 Jan 2023 20:36:43 +0100
Subject: [PATCH] Zmena defaultniho url pro skupiny

---
 .gitlab-ci.yml | 2 +-
 cf2022.conf    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 048092c..a6e9c39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:20.10.9
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 0.9.0
+  IMAGE_VER: 0.10.0
 
 services:
   - docker:20.10.9-dind
diff --git a/cf2022.conf b/cf2022.conf
index 2999e3f..5d51031 100644
--- a/cf2022.conf
+++ b/cf2022.conf
@@ -1,7 +1,7 @@
 {
   secrets               => ['14283e549647774b17d10e1d75bcf16c2969673e'],
   oauth_url             => 'https://auth.pirati.cz/auth/realms/pirati',
-  groups_url            => 'https://iapi.pirati.cz/v1/groups',
+  groups_url            => 'https://iapi.pirati.cz/v1/octopus/groups',
   pretix_api            => 'https://pretix.pir-test.eu/api/v1',
   pretix_token          => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
   pretix_testmode       => 1,
-- 
GitLab