diff --git a/.rancher-pipeline.yml b/.rancher-pipeline.yml deleted file mode 100644 index a3ffb50..0000000 --- a/.rancher-pipeline.yml +++ /dev/null @@ -1,26 +0,0 @@ -stages: -- name: Build - steps: - - runScriptConfig: - image: maven:3-openjdk-17 - shellScript: mvn package -DskipTests -- name: Build Docker with DIND - steps: - - publishImageConfig: - dockerfilePath: ./Dockerfile - buildContext: . - tag: docker.dev.folio.org/mod-notes:spitfire-latest - pushRemote: true - registry: docker.dev.folio.org -- name: Deploy - steps: - - applyAppConfig: - catalogTemplate: p-9tp2k:spitfire-helmcharts-mod-notes - version: 0.1.32 - answers: - image.repository: docker.dev.folio.org/mod-notes - image.tag: spitfire-latest - name: mod-notes - targetNamespace: spitfire -timeout: 60 -notification: {} diff --git a/fqm-config.toml b/fqm-config.toml index 8204818..c7a2535 100644 --- a/fqm-config.toml +++ b/fqm-config.toml @@ -1,5 +1,5 @@ [metadata] -team = "spitfire" +team = "promin" domain = "other" module = "mod-notes"