test sudo
This commit is contained in:
@@ -17,7 +17,7 @@ check_app_update:
|
|||||||
stage: check
|
stage: check
|
||||||
image: debian:latest
|
image: debian:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y git
|
- sudo apt-get update && sudo apt-get install -y git
|
||||||
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}')
|
||||||
|
|||||||
Reference in New Issue
Block a user