Skip to content

Commit

Permalink
remove wrangler specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Jun 26, 2019
1 parent a5c3637 commit aa625a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
displayName: "Install musl-tools"
- script: |
set -ex
cargo build --target x86_64-unknown-linux-musl --features vendored-openssl --release
cargo build --target x86_64-unknown-linux-musl --release
- template: ci/azure-create-tarball.yml
parameters:
artifacts: target/x86_64-unknown-linux-musl/release/codeowners-enforcer
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-create-tarball.yml
@@ -1,5 +1,5 @@
parameters:
artifacts: 'target/release/wrangler'
artifacts: 'target/release/codeowners-enforcer'
name: ''

steps:
Expand Down

0 comments on commit aa625a8

Please sign in to comment.