mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-25 05:16:22 +00:00
ci: instalar dependencias antes de usarlas
This commit is contained in:
parent
aa29893704
commit
fe78c354a7
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@ assets:
|
||||||
- *cache-node
|
- *cache-node
|
||||||
- *cache-task
|
- *cache-task
|
||||||
before_script:
|
before_script:
|
||||||
|
- *apk-add
|
||||||
- "gitlab_ci_log_section --name git --header=\"Configuring git\""
|
- "gitlab_ci_log_section --name git --header=\"Configuring git\""
|
||||||
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
|
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
|
||||||
- "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\""
|
- "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 git --end"
|
||||||
- "gitlab_ci_log_section --name apk --header=\"Installing dependencies\""
|
- "gitlab_ci_log_section --name apk --header=\"Installing dependencies\""
|
||||||
- "apk add brotli"
|
- "apk add brotli"
|
||||||
- *apk-add
|
|
||||||
- *disable-hainish
|
- *disable-hainish
|
||||||
- "gitlab_ci_log_section --name apk --end"
|
- "gitlab_ci_log_section --name apk --end"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue