switch to ubuntu
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline was successful
ci/woodpecker/manual/age-check Pipeline failed
ci/woodpecker/manual/build-deploy Pipeline failed

This commit is contained in:
Louis 2025-04-29 16:39:12 +02:00
parent c7999dfafd
commit 9e8a652be3

View file

@ -1,6 +1,6 @@
steps: steps:
- name: age-check - name: age-check
image: alpine:latest image: ubuntu:latest
commands: commands:
- cd $CI_WORKSPACE - cd $CI_WORKSPACE
- ls -al - ls -al
@ -14,10 +14,10 @@ steps:
settings: settings:
commit: true commit: true
commit_message: "Update age" commit_message: "Update age"
remote_name: origin # remote_name: origin
remote: "git@git.polarolouis.fr:2220/cv-latex.git" remote: "git@git.polarolouis.fr:2220/cv-latex.git"
# author_name: "Woodpecker CI" author_name: "Woodpecker CI"
# author_email: "git@polarolouis.fr" author_email: "git@polarolouis.fr"
ssh_key: ssh_key:
from_secret: SSH-KEY from_secret: SSH-KEY
when: when: