-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed CI e2e configuration to work with NOVA_URL and NOVA_COMMIT pa…
…rams. Python script changed to work with any version of nova commit. PS: Previous test on nova/src/lib.rs can be removed.
- Loading branch information
1 parent
9b68041
commit 862e5ee
Showing
3 changed files
with
100 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ci_pasta_keys_verifier_script.py script params | ||
|
||
# NOVA_URL variable | ||
$NOVA_URL = "https://github.com/lurk-lab/Nova.git" | ||
|
||
# NOVA_COMMIT variable | ||
$NOVA_COMMIT = "d5f5fb5e557b99cb111f2d5693aa34fe30722750" |