forked from go-chef/chef
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use checksum to verify cookbook integrity
#3 Signed-off-by: Salim Afiune <[email protected]>
- Loading branch information
Salim Afiune
committed
Oct 21, 2019
1 parent
ee0f7f1
commit 4ae29fb
Showing
3 changed files
with
68 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
# | ||
# This is the place you can extend the funcitonality of the studio | ||
|
||
hab pkg install chef/studio-common >/dev/null | ||
source "$(hab pkg path chef/studio-common)/bin/studio-common" | ||
|
||
function run_tests() { | ||
install_if_missing core/go go | ||
install_if_missing core/gcc gcc | ||
go test | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters