Skip to content

Commit

Permalink
chore: Spring App Jar in specific folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchinidev committed May 27, 2024
1 parent 34fdcfd commit dd42166
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/helpers/apps/testappmanifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
MySQLTLSTestAppManifest ManifestCode = "jdbctestapp/manifest.yml"
MySQLNoAutoTLSTestAppManifest ManifestCode = "jdbctestapp/manifest-no-autotls.yml"
PostgresTestAppManifest ManifestCode = "jdbctestapp/manifest-postgres.yml"
StorageTestAppManifest ManifestCode = "jdbctestapp/manifest-google-storage.yml"
StorageTestAppManifest ManifestCode = "springgcp/manifest-google-storage.yml"
)

func (a ManifestCode) Path() string {
Expand Down

0 comments on commit dd42166

Please sign in to comment.