1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-28 19:57:46 +02:00

Actually execute before_deploy function

This commit is contained in:
Valentin Brandl
2018-07-15 20:58:08 +02:00
parent 33f9eedce1
commit cfda91af97

View File

@@ -8,8 +8,8 @@ main() {
mkdir -p $deploy
test -f Cargo.lock || cargo generate-lockfile
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS-TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS-TAG:1}-x86_64-musl
}
}
main