5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 11:40:48 +00:00

fix: dependencias

This commit is contained in:
f 2024-01-08 15:28:28 -03:00
parent 8ce1aceb3f
commit 61703dea23
No known key found for this signature in database

View file

@ -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: