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
hi,
i am new to codefresh , and trying sub modules.
steps: get_git_token: title: Reading Github token stage: prepare image: codefresh/cli commands: - cf_export GITHUB_TOKEN=$(codefresh get context github --decrypt -o yaml | yq -y .spec.data.auth.password) main_clone: title: Cloning repository... stage: prepare type: git-clone arguments: repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}' git: eds_bitbucket revision: '${{CF_BRANCH}}' init_submodules: title: Init Submodules stage: prepare image: codefreshio/git-image:latest working_directory: ${{main_clone}} environment: - CF_SUBMODULE_SYNC=true - CF_SUBMODULE_UPDATE_RECURSIVE=true
I tried this but does nothing
The text was updated successfully, but these errors were encountered:
Hello @moses-gangipogu
Could you please provide the URL of the build that has the error?
Sorry, something went wrong.
No branches or pull requests
hi,
i am new to codefresh , and trying sub modules.
I tried this but does nothing
The text was updated successfully, but these errors were encountered: