Skip to content

Commit

Permalink
Update before_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin authored Aug 23, 2019
1 parent 30588bb commit 6713d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main() {

test -f Cargo.lock || cargo generate-lockfile

cross rustc --bin $artefact --target $TARGET --release -- -C lto
cross rustc --bin terraform-sage --target $TARGET --release -- -C lto
cp target/$TARGET/release/$artefact $stage/

cd $stage
Expand Down

0 comments on commit 6713d3c

Please sign in to comment.