Skip to content
Snippets Groups Projects
Commit 6b36e320 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

Merge branch 'nix-allow-fail' into 'master'

CI: allow nix jobs to fail

See merge request !126
parents d7f203d0 98f6ab52
No related branches found
No related tags found
1 merge request!126CI: allow nix jobs to fail
Pipeline #101907 passed
......@@ -143,6 +143,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg
- nix-build '<nixpkgs>' -QA bash && ln -s "$(realpath ./result/bin/bash)" /bin/bash
# Use bootstrap apkg to install itself from the current commit
- nix-shell '<nixpkgs>' -p apkg --run 'apkg install'
allow_failure: true
# basic tests
......
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