13 lines
201 B
Dart
13 lines
201 B
Dart
|
clone:
|
||
|
git:
|
||
|
image: plugins/git
|
||
|
tags: true
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: docker.finogeeks.club/build/ubuntu-scp
|
||
|
pull: true
|
||
|
commands:
|
||
|
- bash trigger.sh
|
||
|
when:
|
||
|
event: tag
|