-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure common operators scripts
- Loading branch information
Showing
12 changed files
with
23 additions
and
532 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ def gitCloneAndStash() { | |
git branch: "main", url: "[email protected]:websphere/operators.git" | ||
sh "git checkout ${COMMON_OPERATORS_BRANCH}" | ||
} | ||
sh "cp -rf operators/scripts/build runtime-component-operator/scripts/" | ||
sh "cp -rf operators runtime-component-operator/" | ||
dir('runtime-component-operator') { | ||
stash(name: 'runtime-component-operator') | ||
} | ||
|
@@ -105,7 +105,7 @@ def void doWork(){ | |
|
||
// Unstash the git repo | ||
unstash(name: 'runtime-component-operator') | ||
sh "./scripts/build/build-initialize.sh" | ||
sh "./operators/scripts/build/build-initialize.sh" | ||
sh "${command}" | ||
} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.