Merge pull request #130 from mozilla/publish-comment

added note about complete path
This commit is contained in:
Robin K Wilson 2021-11-30 17:18:57 -08:00 коммит произвёл GitHub
Родитель bba11d44c9 0eb03a6ef2
Коммит 4a0b49d5ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,8 @@ if [[ -z "$HUBS_OPS_SECRETS_PATH" ]]; then
git clone https://git-codecommit.us-west-1.amazonaws.com/v1/repos/hubs-ops-secrets git clone https://git-codecommit.us-west-1.amazonaws.com/v1/repos/hubs-ops-secrets
Then set HUBS_OPS_SECRETS_PATH to point to the cloned repo." Then set HUBS_OPS_SECRETS_PATH to point to the cloned repo.
Use complete path, not '~' such as /Users/username/path/to/hubs-ops-secrets"
exit 1 exit 1
fi fi