We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aac0c37 + 919c117 commit 11272ecCopy full SHA for 11272ec
.gitignore
@@ -1,6 +1,6 @@
1
# hvac tests (see tests/setup_testing_env.sh)
2
# - hvac is where CI checks out the git repo
3
-hvac
+.hvac
4
# - tests/utils should be a symlink to tests/utils in an hvac git checkout
5
tests/utils
6
tests/config_files
tests/setup_testing_env.sh
@@ -15,7 +15,7 @@ set -eux
15
# This script is called by `deployment` housed in StackStorm-exchange/ci.
16
# `deployment` will only run this script if it is executable.
17
ROOT_DIR="${ROOT_DIR:-$(pwd)}"
18
-HVAC_DIR="${ROOT_DIR}/hvac"
+HVAC_DIR="${ROOT_DIR}/.hvac"
19
20
# main = the release branch; devel = the active development branch
21
git clone -b main git://github.com/hvac/hvac.git "${HVAC_DIR}"
0 commit comments