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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue