switch to ubuntu
This commit is contained in:
parent
c7999dfafd
commit
9e8a652be3
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: age-check
|
||||
image: alpine:latest
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- cd $CI_WORKSPACE
|
||||
- ls -al
|
||||
|
|
@ -14,10 +14,10 @@ steps:
|
|||
settings:
|
||||
commit: true
|
||||
commit_message: "Update age"
|
||||
remote_name: origin
|
||||
# remote_name: origin
|
||||
remote: "git@git.polarolouis.fr:2220/cv-latex.git"
|
||||
# author_name: "Woodpecker CI"
|
||||
# author_email: "git@polarolouis.fr"
|
||||
author_name: "Woodpecker CI"
|
||||
author_email: "git@polarolouis.fr"
|
||||
ssh_key:
|
||||
from_secret: SSH-KEY
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue