Actualización

This commit is contained in:
perro tuerto 2024-01-25 13:34:16 -08:00
parent e03d63a32c
commit 0736f51332
1 changed files with 1 additions and 12 deletions

View File

@ -2,6 +2,7 @@
## Variables de ambiente
export EDITOR=vim
export PATH=/home/perro/.local/bin:$PATH
export PATH=/home/perro/.cargo/bin:$PATH
export VENV=.venv
@ -621,18 +622,6 @@ compare () {
# Cfr. https://stackoverflow.com/a/65920577
runner () {
runner=gitlab-runner
: '
case $1 in
-h | --help)
runner-help ;;
*)
sudo docker run --entrypoint bash --rm -w $PWD -v $PWD:$PWD \
-v /var/run/docker.sock:/var/run/docker.sock \
gitlab/gitlab-runner:latest \
-c git config --global --add safe.directory "*" ; gitlab-runner exec docker $1
;;
esac
'
case $1 in
-h | --help)
runner-help ;;