Update .gitlab-ci.yml file
This commit is contained in:
parent
5dfce1c8d4
commit
048d580d55
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ update_patched_master:
|
|||
only:
|
||||
- patched_changes
|
||||
script:
|
||||
- apk --no-cache add git
|
||||
- echo "Setting up Git repository locally..."
|
||||
- git clone ${CI_REPOSITORY_URL} /tmp/repo
|
||||
- cd /tmp/repo
|
||||
|
|
Loading…
Reference in a new issue