We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f1176 commit 521817dCopy full SHA for 521817d
1 file changed
.drone.yml
@@ -23,6 +23,7 @@ steps:
23
- |
24
. ~/.nvm/nvm.sh
25
nvm install 12.18
26
+ npm install -g bower
27
sbt -Duser.home=$PWD test:compile test Universal/packageBin
28
29
# Build packages
@@ -39,6 +40,7 @@ steps:
39
40
fi
41
42
43
44
[ -n "$PLUGIN_PGP_KEY" ] && gpg --batch --import - <<< $PLUGIN_PGP_KEY
45
sbt -Duser.home=$PWD Docker/stage Debian/packageBin Rpm/packageBin Universal/packageBin cortexWithDeps/Docker/stage
46
if ( echo $V | grep -qi rc )
0 commit comments