Skip to content

Commit

Permalink
update manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
thetillhoff committed Sep 19, 2024
1 parent 90828fa commit 2764e45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manual-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ python3 -m pip install ansible

ansible-galaxy install -r "ansible/requirements.yaml"

if [ -z "$GPG_PASSWORD" ]; then
echo "GPG_PASSWORD is required."
exit 0
fi
git reset --hard
find . -name '*.gpg' -exec gpg --batch --yes --decrypt --passphrase "$GPG_PASSWORD" -o '{}' '{}' \;
# if [ -z "$GPG_PASSWORD" ]; then
# echo "GPG_PASSWORD is required."
# exit 0
# fi
# git reset --hard
# find . -name '*.gpg' -exec gpg --batch --yes --decrypt --passphrase "$GPG_PASSWORD" -o '{}' '{}' \;

CONTROL_PLANE_ENDPOINT="$(hostname)" \
CLUSTER_NAME="$(hostname)" \
Expand Down

0 comments on commit 2764e45

Please sign in to comment.