Pipeline change for safety crash
This commit is contained in:
parent
512b52c13c
commit
0684f90e22
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
update-ip:
|
update-ip:
|
||||||
|
stage: utility
|
||||||
image: python:3.10.8-slim-buster
|
image: python:3.10.8-slim-buster
|
||||||
|
rules:
|
||||||
|
- if: '$NEW_IP != ""'
|
||||||
|
allow_failure: true
|
||||||
when: manual
|
when: manual
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
Loading…
Reference in a new issue