Skip to content

Commit

Permalink
Merge pull request #54 from chkim-usgs/test-fixes
Browse files Browse the repository at this point in the history
Test LTS pipeline
  • Loading branch information
chkim-usgs authored Jan 23, 2025
2 parents c9b48ed + 869b8be commit 54a5f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run script
env:
LTS_VERSION: test_workflow_LTS # formatted as x.x.x_LTS
LTS_VERSION: test_workflow_1_LTS # formatted as x.x.x_LTS
BASE_LTS: test_workflow
GITHUB_SHA: ${{ secrets.GITHUB_SHA }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ release.
## [Unreleased]

### Added
- [TEST] Added changes for LTS workflow

### Changed

Expand All @@ -44,6 +45,7 @@ release.
- Fixed SpiceClient to handle redirect requests.
- Fixed jigsaw to default OUTADJUSTMENTH5 option to false and allow this feature to run on read-only images [#5700](https://github.com/DOI-USGS/ISIS3/issues/5700)
- Fixed Cube::fromIsd to add "LineScanTimes" table from HRSC isds [#5668](https://github.com/DOI-USGS/ISIS3/issues/5668)
- [TEST] Fixed changes for LTS workflow

## [9.0.0] - 09-25-2024

Expand Down

0 comments on commit 54a5f9c

Please sign in to comment.