Skip to content
Snippets Groups Projects
Commit 406924e0 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

trying pex building

parent d57cdc23
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10272 failed
......@@ -24,7 +24,7 @@ for row in $(echo "${pexes}" | jq -r '.[] | @base64'); do
_jq() {
echo "${row}" | base64 --decode | jq -r "${1}"
}
curl --header "PRIVATE-TOKEN: glpat-vPamXXk4PZPe8GQAzmY2" "https://gitlab.nrao.edu/api/v4/projects/621/packages/generic/$(_jq '.name')/$(_jq '.version')/$(_jq '.name')-$(_jq '.version').tar.gz" --output "$(_jq '.name')-$(_jq '.version').tar.gz"
curl --header "PRIVATE-TOKEN: glpat-vPamXXk4PZPe8GQAzmY2" "https://gitlab.nrao.edu/api/v4/projects/621/packages/generic/$(_jq '.name')/$(_jq '.version')/$(_jq '.name')-$(_jq '.version').tar" --output "$(_jq '.name')-$(_jq '.version').tar"
tar -zxf "$(_jq '.name')-$(_jq '.version').tar.gz"
cd "$(_jq '.name')-$(_jq '.version')" || return
if [ -e pyproject.toml ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment