diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b38aac1..d7274a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,11 +18,6 @@ general-packages: inherit: default: [before_script, image] script: - # Gazebo security freeimage-unstable-2021-11-01’ is marked as insecure - # /nix/store/28gcncrir6wd8n6n762y92lbm632cxcy-gazebo-sim - # └───/nix/store/bw3nx4nrvwbnj9b6hdg4p0iyxnakqca8-gz-common5-5.4.2 - # └───/nix/store/hwr0f25hiqv1pjnqyg0sp1gv9grb198b-freeimage-unstable-2021-11-01 - - export NIXPKGS_ALLOW_INSECURE=1 - cachix watch-exec robossembler -- nix develop .#all --impure -c echo "General Packages is BUILT" ros-packages: @@ -30,6 +25,11 @@ ros-packages: inherit: default: [before_script, image] script: + # Gazebo security freeimage-unstable-2021-11-01’ is marked as insecure + # /nix/store/28gcncrir6wd8n6n762y92lbm632cxcy-gazebo-sim + # └───/nix/store/bw3nx4nrvwbnj9b6hdg4p0iyxnakqca8-gz-common5-5.4.2 + # └───/nix/store/hwr0f25hiqv1pjnqyg0sp1gv9grb198b-freeimage-unstable-2021-11-01 + - export NIXPKGS_ALLOW_INSECURE=1 - cachix watch-exec robossembler -- nix develop .#ros --impure -c echo "ROS environment is BUILT" perception-packages: