Fix wron env var
This commit is contained in:
parent
93f6706cfd
commit
244e139194
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ steps:
|
||||||
- name: age-check
|
- name: age-check
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- cd $CI_REPO_NAME
|
- cd $CI_WORKSPACE
|
||||||
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue