forked from jhipster/jhipster-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jhipster#11035 from qmonmert/sonarqube1070
Upgrade sonarqube v10.7.0
- Loading branch information
Showing
7 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...generator/server/springboot/dbmigration/cassandra/Cassandra-Migration.Dockerfile.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM {{ cassandraDockerImage }} | ||
|
||
# script to orchestrate the automatic keyspace creation and apply all migration scripts | ||
ADD cassandra/scripts/autoMigrate.sh /usr/local/bin/autoMigrate | ||
COPY cassandra/scripts/autoMigrate.sh /usr/local/bin/autoMigrate | ||
RUN chmod 755 /usr/local/bin/autoMigrate | ||
|
||
# script to run any cql script from src/main/resources/config/cql | ||
ADD cassandra/scripts/execute-cql.sh /usr/local/bin/execute-cql | ||
COPY cassandra/scripts/execute-cql.sh /usr/local/bin/execute-cql | ||
RUN chmod 755 /usr/local/bin/execute-cql | ||
|
||
ENTRYPOINT ["autoMigrate"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters