Pipeline change for safety crash

This commit is contained in:
Firq 2023-03-07 21:16:44 +01:00
parent 512b52c13c
commit 0684f90e22
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,5 +1,9 @@
update-ip:
stage: utility
image: python:3.10.8-slim-buster
rules:
- if: '$NEW_IP != ""'
allow_failure: true
when: manual
before_script:
- apt-get update