retry debian for first task
This commit is contained in:
@@ -15,7 +15,9 @@ variables:
|
|||||||
|
|
||||||
check_app_update:
|
check_app_update:
|
||||||
stage: check
|
stage: check
|
||||||
image: alpine:latest
|
image: debian:latest
|
||||||
|
before_script:
|
||||||
|
- apt-get update && apt-get install -y git ca-certificates
|
||||||
script:
|
script:
|
||||||
# Récupère le dernier commit distant
|
# Récupère le dernier commit distant
|
||||||
- LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')
|
- LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')
|
||||||
|
|||||||
@@ -53,7 +53,6 @@
|
|||||||
port: "{{ http_port }}"
|
port: "{{ http_port }}"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
|
||||||
|
|
||||||
- name: Install munin
|
- name: Install munin
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
|||||||
Reference in New Issue
Block a user