mirror of
https://github.com/vbrandl/bind9-api.git
synced 2024-11-21 16:03:35 +01:00
Fix before_deploy script
This commit is contained in:
parent
d50bfb83dc
commit
3af4ccf2d2
@ -3,13 +3,13 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
local src=$(pwd) \
|
local src=$(pwd)
|
||||||
stage=$src/deploy
|
local stage=$src/deploy
|
||||||
|
|
||||||
mkdir -p $deploy
|
mkdir -p $stage
|
||||||
|
|
||||||
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 $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
|
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS_TAG:1}-x86_64-musl
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
Loading…
Reference in New Issue
Block a user