This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
new 54370e10e Enable GitHub actions
54370e10e is described below
commit 54370e10e17eec1c95dd867060b3eebff059bf76
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Nov 15 14:20:01 2022 +0300
Enable GitHub actions
---
.github/actions/export-pom-version/bash.sh | 2 +-
.github/workflows/verify-deploy-on-push-4.1.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/export-pom-version/bash.sh
b/.github/actions/export-pom-version/bash.sh
index 1ed9a6bee..49f8dc892 100644
--- a/.github/actions/export-pom-version/bash.sh
+++ b/.github/actions/export-pom-version/bash.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
function get_pom_version {
- awk -F '<[^>]*>' '/<dependencies>/,/<\/dependencies>/{next}
/<plugins>/,/<\/plugins>/{next} /<version>/ {$1=$1; gsub(/ /,"") $0; print}'
pom.xml
+ awk -F '<[^>]*>' '/<extensions>/,/<\/extensions>/{next}
/<dependencies>/,/<\/dependencies>/{next} /<plugins>/,/<\/plugins>/{next}
/<version>/ {$1=$1; gsub(/ /,"") $0; print}' pom.xml
}
VERSION=$(get_pom_version)
diff --git a/.github/workflows/verify-deploy-on-push-4.1.yml
b/.github/workflows/verify-deploy-on-push-4.1.yml
index 0f073d7b1..d2545c900 100644
--- a/.github/workflows/verify-deploy-on-push-4.1.yml
+++ b/.github/workflows/verify-deploy-on-push-4.1.yml
@@ -33,7 +33,7 @@ jobs:
db-profile: [hsql, h2, derby, mysql-docker, postgres-docker,
sqlserver-docker]
include:
- jdk: 17
- db-profile: postgres-tc
+ db-profile: postgres-docker
fail-fast: false # finish all jobs anyway
env: