From 8a98980cb510aa6566a440decadc32092086aad4 Mon Sep 17 00:00:00 2001 From: markgibbons Date: Sat, 30 Nov 2019 21:11:52 -0800 Subject: [PATCH] Remove .studiorc --- .studiorc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .studiorc diff --git a/.studiorc b/.studiorc deleted file mode 100644 index 2155486..0000000 --- a/.studiorc +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 -}