Update .gitlab-ci.yml file
This commit is contained in:
parent
ee73a9bceb
commit
d4de711743
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ update_patched_master:
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add git
|
- apk --no-cache add git
|
||||||
- echo "Setting up Git..."
|
- echo "Setting up Git..."
|
||||||
- git remote set-url origin http://oauth2:${CI_JOB_TOKEN}@172.17.0.1:441/${CI_PROJECT_PATH}.git
|
- git remote set-url origin http://oauth2:${CI_JOB_TOKEN}@172.17.0.1:4411/${CI_PROJECT_PATH}.git
|
||||||
- echo "Fetching origin..."
|
- echo "Fetching origin..."
|
||||||
- git fetch origin
|
- git fetch origin
|
||||||
- echo "Checking out patched_master..."
|
- echo "Checking out patched_master..."
|
||||||
|
|
Loading…
Reference in a new issue