-
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.
* Updated all references that linked to kyma-project repo, Fixes #532 * Update scripts/testCompatibility.sh
- Loading branch information
Showing
14 changed files
with
201 additions
and
201 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# We're considering this file is located in ~/Sites/kyma-project and | ||
# luigi is in ~/Sites/kyma-project/luigi with the branch checked out | ||
# We're considering this file is located in ~/Sites/SAP and | ||
# luigi is in ~/Sites/SAP/luigi with the branch checked out | ||
# that we want to test. | ||
|
||
showHelp() { | ||
|
@@ -77,7 +77,7 @@ promptForTag() { | |
echo "No tag provided, pick one of the last releases;" | ||
echo "Fetching current releases are being fetched from github." | ||
echo "" | ||
rawReleases=`curl -s https://api.github.com/repos/kyma-project/luigi/releases` | ||
rawReleases=`curl -s https://api.github.com/repos/SAP/luigi/releases` | ||
# rawReleases=`cat releases` | ||
|
||
count=1; | ||
|
@@ -120,7 +120,7 @@ checkoutLuigiToTestfolder() { | |
# check if lfolder exists, else only walk into it | ||
if [ ! -d $LUIGI_DIR_TESTING ]; then | ||
echoe "Creating test folder" | ||
git clone [email protected]:kyma-project/luigi.git $LUIGI_DIR_TESTING | ||
git clone [email protected]:SAP/luigi.git $LUIGI_DIR_TESTING | ||
fi | ||
|
||
if [ ! -d $LUIGI_DIR_TESTING ]; then | ||
|
@@ -227,4 +227,4 @@ else | |
fi | ||
|
||
verifyAndStartWebserver | ||
startE2eTestrunner | ||
startE2eTestrunner |