Skip to content

Commit 11272ec

Browse files
authored
Merge pull request #20 from cognifloyd/dot-hvac
Move hvac checkout to .hvac
2 parents aac0c37 + 919c117 commit 11272ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hvac tests (see tests/setup_testing_env.sh)
22
# - hvac is where CI checks out the git repo
3-
hvac
3+
.hvac
44
# - tests/utils should be a symlink to tests/utils in an hvac git checkout
55
tests/utils
66
tests/config_files

tests/setup_testing_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -eux
1515
# This script is called by `deployment` housed in StackStorm-exchange/ci.
1616
# `deployment` will only run this script if it is executable.
1717
ROOT_DIR="${ROOT_DIR:-$(pwd)}"
18-
HVAC_DIR="${ROOT_DIR}/hvac"
18+
HVAC_DIR="${ROOT_DIR}/.hvac"
1919

2020
# main = the release branch; devel = the active development branch
2121
git clone -b main git://github.com/hvac/hvac.git "${HVAC_DIR}"

0 commit comments

Comments
 (0)