commit | 1ff43d5f993f19042652bacf365cebd2a1805300 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Sep 08 17:14:02 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Sep 08 17:14:02 2023 +0200 |
tree | 352fbb359f58de8ce815bbd43826ce83982c9f8a | |
parent | e3f0b9919811fe07bbcd73583b57b1112cdddaad [diff] |
Skip signing in CI workflow Change-Id: I4bce8ab097ec1070d4d5411aa76de193227b42af
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 5d11a93..364b4ec 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml
@@ -18,4 +18,4 @@ - name: Build and install env: MAVEN_OPTS: -Xss8m -Xms512m -Xmx4g - run: mvn install + run: mvn install -Dgpg.skip=true -B -V