From 78049f8f118d68832d122804d180cbf771d868f3 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 8 Jun 2017 12:31:30 -0700 Subject: [PATCH] Make stage call unstage We don't want the package to potentially have artifacts from a prior build. --- cook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cook.sh b/cook.sh index f63fd38d8..d0b36596b 100755 --- a/cook.sh +++ b/cook.sh @@ -168,6 +168,7 @@ function op { popd > /dev/null ;; stage) + op $1 unstage mkdir -p stage pushd build > /dev/null skip=0