Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: definable of openresty version #327

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

AlinsRan
Copy link
Collaborator

@AlinsRan AlinsRan commented Aug 15, 2023

There are some dependencies that will run build-apisix-base.sh.
For example, when upgrading to openrsty for apisix-nginx-module,
CI operation relies on build-apisix-base.sh, due to hard coding, the file content can only be forcibly replaced.

@AlinsRan AlinsRan changed the title chore: Definable of openresty version chore: definable of openresty version Aug 15, 2023
@@ -4,6 +4,11 @@ set -x

version=${version:-0.0.0}

OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.1}
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the difference between OPENRESTY_VERSION and version?

Copy link
Collaborator Author

@AlinsRan AlinsRan Aug 15, 2023

Choose a reason for hiding this comment

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

It is the version of apisix-base.
version => apisix-base
openresty_version => openresty

@AlinsRan AlinsRan merged commit fe1b7e8 into api7:master Aug 15, 2023
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.

3 participants