forked from konveyor/kantra
-
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.
commit 67584a843c18b8d7fb8ea2d83d28fdd6bea350fe Merge: 986d24e 7627037 Author: Emily McMullan <[email protected]> Date: Mon Sep 18 17:07:41 2023 -0400 Merge branch 'main' of https://github.com/konveyor-ecosystem/kantra into json-output commit 986d24ef68f228615e6c2f3d742e4777d761f61c Author: Emily McMullan <[email protected]> Date: Mon Sep 18 16:56:57 2023 -0400 Squashed commit of the following: commit 70c4efd Author: Shawn Hurley <[email protected]> Date: Mon Sep 18 08:11:39 2023 -0400 :bug: fixing ci with latest analyzer-lsp (konveyor#68) Signed-off-by: Shawn Hurley <[email protected]> Signed-off-by: Emily McMullan <[email protected]> commit 4ae7388 Author: Pranav Gaikwad <[email protected]> Date: Thu Sep 14 16:07:46 2023 -0400 :ghost: script to replace name & image (konveyor#64) Signed-off-by: Pranav Gaikwad <[email protected]> Signed-off-by: Emily McMullan <[email protected]> commit 55ba073 Author: Emily McMullan <[email protected]> Date: Thu Sep 14 16:07:37 2023 -0400 add examples to readme (konveyor#66) Signed-off-by: Emily McMullan <[email protected]> commit d26973c Author: Savitha Raghunathan <[email protected]> Date: Thu Sep 14 08:28:19 2023 -0400 Create bug.yaml (konveyor#65) Signed-off-by: Emily McMullan <[email protected]> commit 5f87ca9 Author: Emily McMullan <[email protected]> Date: Wed Sep 13 13:31:30 2023 -0400 add json output flag Signed-off-by: Emily McMullan <[email protected]> commit 7627037 Author: Shawn Hurley <[email protected]> Date: Mon Sep 18 08:11:39 2023 -0400 :bug: fixing ci with latest analyzer-lsp (konveyor#68) Signed-off-by: Shawn Hurley <[email protected]> commit 437a34a Author: Pranav Gaikwad <[email protected]> Date: Thu Sep 14 16:07:46 2023 -0400 :ghost: script to replace name & image (konveyor#64) Signed-off-by: Pranav Gaikwad <[email protected]> commit 423beaa Author: Emily McMullan <[email protected]> Date: Thu Sep 14 16:07:37 2023 -0400 add examples to readme (konveyor#66)
- Loading branch information
1 parent
4a12b5c
commit 485a542
Showing
6 changed files
with
211 additions
and
85 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
# Set IMAGE and NAME environment variables, and run the script in root dir: | ||
# $ IMAGE=quay.io/konveyor/kantra NAME=kantra ./hack/update-settings.sh | ||
|
||
image="${IMAGE:-quay.io/konveyor/kantra}" | ||
name="${NAME:-kantra}" | ||
|
||
sed -i \ | ||
-e "s,\(RootCommandName *string.*default:\"\)[^\"]*\",\1$name\"," \ | ||
-e "s,\(RunnerImage *string.*default:\"\)[^\"]*\",\1$image\"," \ | ||
./cmd/settings.go |
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
Oops, something went wrong.