Merge branch 'main' into excalidraw

pull/3/head
Clemens 7 months ago
commit 9e4c7c016a

@ -6,7 +6,7 @@ stages:
- image
.img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.7.0"
image: "domaindrivenarchitecture/ddadevops-dind:4.7.2"
services:
- docker:dind
before_script:
@ -16,7 +16,7 @@ stages:
- export IMAGE_TAG=$CI_COMMIT_TAG
.cljs-job: &cljs
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.0"
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.2"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
@ -29,7 +29,7 @@ stages:
- npm install
.clj-job: &clj
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.0"
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.2"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
@ -100,7 +100,7 @@ release-to-clojars:
script:
- pyb upload_clj
.release-to-forgejo:
release-to-forgejo:
<<: *clj
<<: *tag_only
stage: upload

@ -6,7 +6,7 @@ from ddadevops import *
name = "c4k-jitsi"
MODULE = "web"
PROJECT_ROOT_PATH = "../.."
version = "1.4.2-SNAPSHOT"
version = "1.4.3-SNAPSHOT"
@init

@ -2,7 +2,7 @@
"name": "c4k-jitsi",
"description": "Generate c4k yaml for a jitsi deployment.",
"author": "meissa GmbH",
"version": "1.4.2-SNAPSHOT",
"version": "1.4.3-SNAPSHOT",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme",
"repository": "https://www.npmjs.com/package/c4k-jitsi",
"license": "APACHE2",

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.2-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.3-SNAPSHOT"
:description "jitsi c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save