diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f108730e..e14c1cdc8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: working_directory: /go/src/github.com/hashicorp/packer steps: - checkout + # specify any bash command here prefixed with `run: ` - run: pwd - run: make ci \ No newline at end of file