We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scripts need debug mode, for example: set -ex
set -ex
Since the latest version of cert-manager (https://github.com/cert-manager/cert-manager/releases/download/v1.15.0/cert-manager-cmctl-linux-amd64.tar.gz) does not have this file, the init.sh script for building the cert-manager image fails, and no useful information can be viewed in the github action to fix it.
The text was updated successfully, but these errors were encountered:
Can add debug mode to build images, or set debug mode by default.
Sorry, something went wrong.
same here when build oceanbase-dashboard:
maybe should add: --debug
--debug
/imagebuild_apps oceanbase-dashboard v0.2.1 --debug
and this to https://github.com/labring-actions/cluster-image/blob/main/.github/scripts/apps.sh
[[ -n $DEBUG ]] && set -x
No branches or pull requests
Scripts need debug mode, for example:
set -ex
Since the latest version of cert-manager (https://github.com/cert-manager/cert-manager/releases/download/v1.15.0/cert-manager-cmctl-linux-amd64.tar.gz) does not have this file, the init.sh script for building the cert-manager image fails, and no useful information can be viewed in the github action to fix it.
The text was updated successfully, but these errors were encountered: