Draft
Conversation
MikeNeilson
reviewed
Mar 12, 2026
| #!/usr/bin/env bash | ||
|
|
||
| # Set date variable for use in version | ||
| printf -v date '%(%Y.%m.%d)T' |
Contributor
There was a problem hiding this comment.
We use tags for versioning, Look at the various release.yamls. So the version should come through an environment variable or argument.
Contributor
There was a problem hiding this comment.
then again I now see the note in the readme so maybe that's already taken care of.
Collaborator
Author
There was a problem hiding this comment.
It's really for local. If you have docker setup. But it also predated me using act for anything.
It required real specific java versions to run it so at one point I decided to use docker to lock down all the build stuff.
Copied it over without much thought to if it needs to stay when it goes fully automated from a PROD release.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a rough copy from
https://github.com/hydrologicengineeringcenter/cwms-data-api-client-javascript
Will need
Placing here to work on it for others to see. Will mark reviewers/ready for review later.