alpine again for check_app
This commit is contained in:
@@ -15,8 +15,9 @@ variables:
|
||||
|
||||
check_app_update:
|
||||
stage: check
|
||||
image: alpine/git:latest
|
||||
image: alpine:latest
|
||||
script:
|
||||
- apk add --no-cache git openssl
|
||||
# Récupère le dernier commit distant
|
||||
- LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')
|
||||
# Récupère le commit actuel du submodule
|
||||
|
||||
Reference in New Issue
Block a user