Skip to content

Updates to build.sh#126

Open
kowh-ai wants to merge 2 commits intomainfrom
more-updates-to-build.sh
Open

Updates to build.sh#126
kowh-ai wants to merge 2 commits intomainfrom
more-updates-to-build.sh

Conversation

@kowh-ai
Copy link
Copy Markdown
Contributor

@kowh-ai kowh-ai commented May 6, 2025

Fixes: #122

  • a new show-tags() function similar to show-versions() An option of ./build.sh tags can now be used
  • ./build.sh versions should output versions in order of latest to oldest

Comment thread build.sh Outdated
Comment thread build.sh
Comment thread build.sh
docker push "$python_alt_tag_name"

# If not, check if the CKAN version is greater than 2.10
elif [[ "$ckan_version_ref" =~ ^([2-9])\.([0-9]+) ]]; then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this elif right? Otherwise major and minor might be undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

More build.sh updates

2 participants