-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor bugfixes for recent point2dem changes
- Loading branch information
1 parent
9c215c7
commit edd05b0
Showing
4 changed files
with
23 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ echo "Pushing the updated tarball to the cloud" | |
[email protected]:NeoGeographyToolkit/StereoPipelineTest.git | ||
gh=/home/oalexan1/miniconda3/envs/gh/bin/gh | ||
tag=0.0.1 | ||
echo Wipe the old tests and upload the new ones | ||
$gh release -R $repo delete $tag # wipe old tarball | ||
notes="Update test results" | ||
$gh release -R $repo create $tag $binaries --title $tag --notes "$notes" # upload new | ||
|
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