We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168bc1b commit ccb8c87Copy full SHA for ccb8c87
.github/workflows/build.yml
@@ -68,7 +68,6 @@ jobs:
68
env:
69
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
70
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
71
- DB_URL: "//localhost:1521/FREEPDB1"
72
73
- name: Maven deploy snapshot
74
run: mvn deploy -DskipTests
pom.xml
@@ -108,13 +108,6 @@
108
</goals>
109
</execution>
110
</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>
118
</plugin>
119
<plugin>
120
<groupId>com.amashchenko.maven.plugin</groupId>
0 commit comments