-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #493 from dtcenter/feature_492_v6.0.0-beta1
Create the METviewer v6.0.0-beta1 release #492
- Loading branch information
Showing
5 changed files
with
20 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
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,8 +1,8 @@ | ||
#!/bin/bash | ||
|
||
docker build -t $IMAGE_NAME \ | ||
--build-arg METVIEWER_GIT_NAME=v5.1.0 \ | ||
--build-arg METCALCPY_GIT_NAME=v2.1.0 \ | ||
--build-arg METDATAIO_GIT_NAME=v2.1.0 \ | ||
--build-arg METPLOTPY_GIT_NAME=v2.1.0 . | ||
--build-arg METVIEWER_GIT_NAME=v6.0.0-beta1 \ | ||
--build-arg METCALCPY_GIT_NAME=v3.0.0-beta1 \ | ||
--build-arg METDATAIO_GIT_NAME=v3.0.0-beta1 \ | ||
--build-arg METPLOTPY_GIT_NAME=v3.0.0-beta1 . | ||
|
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 +1 @@ | ||
6.0.0-beta1-dev | ||
6.0.0-beta1 |
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