Update .gitlab-ci.yml file
This commit is contained in:
parent
d879d62286
commit
4240bbd24c
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@ update_patched_master:
|
||||||
- patched_changes
|
- patched_changes
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
stages:
|
|
||||||
- update_patched_master
|
|
||||||
|
|
||||||
update_patched_master:
|
|
||||||
stage: update_patched_master
|
|
||||||
only:
|
|
||||||
- patched_changes
|
|
||||||
script:
|
|
||||||
- echo "Cloning repository locally..."
|
- echo "Cloning repository locally..."
|
||||||
- git clone ${CI_PROJECT_DIR} /tmp/repo
|
- git clone ${CI_PROJECT_DIR} /tmp/repo
|
||||||
- cd /tmp/repo
|
- cd /tmp/repo
|
||||||
|
|
Loading…
Reference in a new issue