mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-24 12:48:13 +08:00
update server url
This commit is contained in:
parent
2b988c8cc7
commit
9939e39598
@ -16,9 +16,9 @@ check:
|
|||||||
script:
|
script:
|
||||||
- apk add --no-cache --upgrade openssh-client bash curl coreutils
|
- apk add --no-cache --upgrade openssh-client bash curl coreutils
|
||||||
- git config --global user.email $GIT_USER_EMAIL && git config --global user.name $GIT_USER_NAME
|
- git config --global user.email $GIT_USER_EMAIL && git config --global user.name $GIT_USER_NAME
|
||||||
- mkdir -p ~/.ssh && echo "$GITLAB_SSH_PRIV_KEY" > ~/.ssh/id_rsa && ssh-keyscan -H git.yrzr.ocry.com > ~/.ssh/known_hosts && chmod -R 0600 ~/.ssh/
|
- mkdir -p ~/.ssh && echo "$GITLAB_SSH_PRIV_KEY" > ~/.ssh/id_rsa && ssh-keyscan -H ${CI_SERVER_URL} > ~/.ssh/known_hosts && chmod -R 0600 ~/.ssh/
|
||||||
- git fetch --tags && ./check-version.sh && ./create-tags.sh
|
- git fetch --tags && ./check-version.sh && ./create-tags.sh
|
||||||
- git push --tags https://${GITLAB_USER_LOGIN}:${PERSONAL_ACCESS_TOKEN}@git.yrzr.ocry.com/docker/gitlab-ce-arm64.git
|
- git push --tags https://${GITLAB_USER_LOGIN}:${PERSONAL_ACCESS_TOKEN}@${CI_REPOSITORY_URL}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: arm64v8/docker:stable-git
|
image: arm64v8/docker:stable-git
|
||||||
|
Loading…
Reference in New Issue
Block a user