mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 10:16:22 +00:00
ci: autenticarse como la gitlab ci
This commit is contained in:
parent
7a0e0295eb
commit
23001666e6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ assets:
|
||||||
before_script:
|
before_script:
|
||||||
- "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}\""
|
||||||
- "git remote set-url --push origin \"https://${GITLAB_USERNAME}:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git\""
|
- "git remote set-url --push origin \"https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git\""
|
||||||
- "apk add python2 dotenv brotli"
|
- "apk add python2 dotenv brotli"
|
||||||
- "mv config/credentials.yml.enc.ci config/credentials.yml.enc"
|
- "mv config/credentials.yml.enc.ci config/credentials.yml.enc"
|
||||||
- "cp .env.example .env"
|
- "cp .env.example .env"
|
||||||
|
|
Loading…
Reference in a new issue