mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 23:16:21 +00:00
fix: dependencias
This commit is contained in:
parent
8ce1aceb3f
commit
61703dea23
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ assets:
|
|||
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
|
||||
- "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\""
|
||||
- "git remote set-url --push origin \"https://${GITLAB_USERNAME}:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git\""
|
||||
- "apk add dotenv brotli go-task"
|
||||
- "apk add brotli go-task diffutils"
|
||||
script:
|
||||
- "go-task assets"
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue