Skip to content

Commit

Permalink
Use tag v1.8.1 for data repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed May 21, 2024
1 parent 70c3c99 commit 481d49a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: develop
ref: 1.8.1
#
# Build libraries, examples and tests (expect success)
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: develop
ref: v1.8.1
#
# Synchronize the package index
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: develop
ref: v1.8.1
#
# Finalize build environment
#
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
RRTMGP_DATA: ${CI_PROJECT_DIR}/rrtmgp-data
# Convenience variables:
RRTMGP_DATA_REPO: https://github.com/earth-system-radiation/rrtmgp-data.git
RRTMGP_DATA_TAG: develop
RRTMGP_DATA_TAG: v1.8.1
script:
#
# Build libraries, examples and tests
Expand Down

0 comments on commit 481d49a

Please sign in to comment.