We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9d0a commit ece33f7Copy full SHA for ece33f7
.drone.yml
@@ -58,6 +58,8 @@ pipeline:
58
commands:
59
- cp -R . /tmp/5/ && cd /tmp/5/
60
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
61
+ when:
62
+ event: [ tag, deployment ]
63
64
# DOCUMENTATION:
65
documentation:
0 commit comments