5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-25 03:06:21 +00:00

ci: instalar dependencias antes de usarlas

This commit is contained in:
f 2024-05-02 16:18:34 -03:00
parent aa29893704
commit fe78c354a7
No known key found for this signature in database

View file

@ -36,6 +36,7 @@ assets:
- *cache-node
- *cache-task
before_script:
- *apk-add
- "gitlab_ci_log_section --name git --header=\"Configuring git\""
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
- "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\""
@ -43,7 +44,6 @@ assets:
- "gitlab_ci_log_section --name git --end"
- "gitlab_ci_log_section --name apk --header=\"Installing dependencies\""
- "apk add brotli"
- *apk-add
- *disable-hainish
- "gitlab_ci_log_section --name apk --end"
script: