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

stage_build_artifacts does not correctly query extraBuildArtifiacts #114

Open
alexlianides opened this issue Oct 8, 2024 · 1 comment
Open

Comments

@alexlianides
Copy link
Collaborator

additional artifacts added during the staging process are stored in spacefx-config.json extraBuildArtifacts.

However, stage_build_artifact.sh does not correctly query the extra build artifacts:

run_a_script "jq -r '.config.extraArtifacts // empty | map(select(.file == \"${fileName}\")) | if length > 0 then .[0] | @base64 else \"\" end' ${SPACEFX_DIR}/tmp/config/spacefx-config.json" build_artifact --disable_log --ignore_error

@alexlianides
Copy link
Collaborator Author

@alexlianides tasked with resolving

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

No branches or pull requests

1 participant