-
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.
Per #521, for the main_v5.1 branch, set the METplus-Analysis dependen…
…cy versions as main_v2.1 rather than develop. Note that DockerHub already uses the hooks/build file to define the dependencies... but the SonarQube workflow actually uses the versions listed in the Dockerifle. Note that issue #527 will clean up and refine this version depedency logic.
- Loading branch information
1 parent
3905661
commit 45e2ed7
Showing
4 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]> | |
# | ||
|
||
ARG METVIEWER_GIT_NAME | ||
ARG METPLOTPY_GIT_NAME=develop | ||
ARG METCALCPY_GIT_NAME=develop | ||
ARG METDATAIO_GIT_NAME=develop | ||
ARG METPLOTPY_GIT_NAME=main_v2.1 | ||
ARG METCALCPY_GIT_NAME=main_v2.1 | ||
ARG METDATAIO_GIT_NAME=main_v2.1 | ||
|
||
# | ||
# METVIEWER_GIT_NAME is required. | ||
|
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]> | |
# | ||
|
||
ARG METVIEWER_GIT_NAME | ||
ARG METPLOTPY_GIT_NAME=develop | ||
ARG METCALCPY_GIT_NAME=develop | ||
ARG METDATAIO_GIT_NAME=develop | ||
ARG METPLOTPY_GIT_NAME=main_v2.1 | ||
ARG METCALCPY_GIT_NAME=main_v2.1 | ||
ARG METDATAIO_GIT_NAME=main_v2.1 | ||
|
||
# | ||
# METVIEWER_GIT_NAME is required. | ||
|
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]> | |
# | ||
|
||
ARG SOURCE_BRANCH | ||
ARG METPLOTPY_GIT_NAME=develop | ||
ARG METCALCPY_GIT_NAME=develop | ||
ARG METDATAIO_GIT_NAME=develop | ||
ARG METPLOTPY_GIT_NAME=main_v2.1 | ||
ARG METCALCPY_GIT_NAME=main_v2.1 | ||
ARG METDATAIO_GIT_NAME=main_v2.1 | ||
|
||
# | ||
# SOURCE_BRANCH is required to define the branch of the local METviewer repository. | ||
|
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