From cfda91af974b1b0ec786cb4002cc770dc8f743e4 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 15 Jul 2018 20:58:08 +0200 Subject: [PATCH] Actually execute before_deploy function --- ci/before_deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 44cf4a5..3d49089 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -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 -} \ No newline at end of file +} + +main