Skip to content

Commit

Permalink
introduce PEP517 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox committed Jul 6, 2023
1 parent 776a87b commit 2a0aacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis_secrets/create_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ banner "this will encrypt the name and the value of a secret environment variabl
common secrets for the PizzaCutter Python Template are:
\"CC_TEST_REPORTER_ID\" and \"PYPI_PASSWORD\""

read -r -p 'variable name :' var_name
read -r -p 'variable value :' var_value
read -rp 'variable name :' var_name
read -rp 'variable value :' var_value

cd "${project_root_dir}"||exit
travis encrypt "${var_name}=${var_value}" --no-interactive --com > "${own_dir}/secrets/${var_name}.secret.txt"
Expand Down

0 comments on commit 2a0aacd

Please sign in to comment.