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.
1 parent 9877d21 commit 704a43eCopy full SHA for 704a43e
travis_secrets/create_secrets.sh
@@ -13,8 +13,8 @@ banner "this will encrypt the name and the value of a secret environment variabl
13
common secrets for the PizzaCutter Python Template are:
14
\"CC_TEST_REPORTER_ID\" and \"PYPI_PASSWORD\""
15
16
-read -r -p 'variable name :' var_name
17
-read -r -p 'variable value :' var_value
+read -rp 'variable name :' var_name
+read -rp 'variable value :' var_value
18
19
cd "${project_root_dir}"||exit
20
travis encrypt "${var_name}=${var_value}" --no-interactive > "${own_dir}/secrets/${var_name}.secret.txt"
0 commit comments