Skip to content
Snippets Groups Projects
Verified Commit 748e3054 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: bugfix in generated Artifacts.toml

parent 77cc6493
No related branches found
No related tags found
No related merge requests found
Pipeline #5090 passed
......@@ -49,7 +49,7 @@ for platform in !(Artifacts.toml); do
sha256=$(sha256sum "$tarball")
sha256=${sha256%% *} # Strip filename from output
git_tree_sha1=$(julia --project="$project_dir" -q -e "import Pkg; Pkg.add([\"Tar\", \"Inflate\"]); using Tar, Inflate; println(Tar.tree_hash(IOBuffer(inflate_gzip(\"$tarball\"))))")
echo [dynare-preprocessor]
echo [[dynare-preprocessor]]
echo os = \"$os\"
echo arch = \"$arch\"
if [[ $os == linux ]]; 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