nix-gitlab-ci/ci-image/entrypoint.sh

7 lines
121 B
Bash

#!/bin/sh
set -e
cd "$CI_PROJECT_DIR"
echo "Activating flake's CI shell..."
nix develop .#ci --impure --command "bash"