Skip to content

Commit ccb8c87

Browse files
author
Jacek Gębal
committed
Attempting to solve issue with maven testing
1 parent 168bc1b commit ccb8c87

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
71-
DB_URL: "//localhost:1521/FREEPDB1"
7271

7372
- name: Maven deploy snapshot
7473
run: mvn deploy -DskipTests

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@
108108
</goals>
109109
</execution>
110110
</executions>
111-
<configuration>
112-
<environmentVariables>
113-
<DB_URL>${dbUrl}</DB_URL>
114-
<DB_USER>${dbUser}</DB_USER>
115-
<DB_PASS>${dbPass}</DB_PASS>
116-
</environmentVariables>
117-
</configuration>
118111
</plugin>
119112
<plugin>
120113
<groupId>com.amashchenko.maven.plugin</groupId>

0 commit comments

Comments
 (0)