Skip to content

Commit

Permalink
Updating the WORKSPACE file because I misnamed the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelldavis committed Dec 31, 2018
1 parent 702bb15 commit 7f28ded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ script:
build \
--local_resources=400,1,1.0 \
--config=ci \
@terraform_verifier//...
- find ./bazel-bin/hashicorp_verifier -maxdepth 2
@hashicorp_verifier//...
- find ./bazel-bin/external/hashicorp_verifier -maxdepth 3
notifications:
email: false
deploy:
provider: releases
api_key: $github_token
file:
- "./bazel-bin/hashicorp_verifier/darwin_amd64_pure_stripped/hashicorp_verfier_darwin_amd64"
- "./bazel-bin/hashicorp_verifier/linux_amd64_pure_stripped/hashicorp_verfier_linux_amd64"
- "./bazel-bin/hashicorp_verifier/windows_amd64_pure_stripped/hashicorp_verfier_windows_amd64.exe"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/darwin_amd64_pure_stripped/hashicorp_verfier_darwin_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/linux_amd64_pure_stripped/hashicorp_verfier_linux_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/windows_amd64_pure_stripped/hashicorp_verfier_windows_amd64.exe"
skip_cleanup: true
draft: true
on:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "terraform_verifier")
workspace(name = "hashicorp_verifier")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

Expand Down

0 comments on commit 7f28ded

Please sign in to comment.