Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xXkoshmarikXx committed Aug 26, 2024
1 parent aacc42e commit 3400d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goldenimage.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ locals {
"curl --connect-timeout 2.37 -m 20 -o /tmp/parameters_find.sh https://raw.githubusercontent.com/xXkoshmarikXx/test-commit/master/parameters_find.sh && bash /tmp/parameters_find.sh --tags installation",
] : [],
scripts = fileexists("goldenimage-test.sh") ? [
"goldenimage-test.sh"
"parameters_find.sh"
] : []
}

Expand Down
1 change: 1 addition & 0 deletions parameters_accepts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
# Constants
LOCAL_IDENTIFY_OS_SCRIPT="identify_os.sh"
REMOTE_IDENTIFY_OS_SCRIPT="https://raw.githubusercontent.com/inqwise/ansible-automation-toolkit/default/identify_os.sh"
Expand Down
3 changes: 1 addition & 2 deletions parameters_find.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ echo "Playbook Base URL: $PLAYBOOK_BASE_URL"
VAULT_PASSWORD=$(aws secretsmanager get-secret-value --secret-id "$SECRET_NAME" --region "$REGION" --query 'SecretString' --output text)

curl -o /tmp/parameters_accepts.sh https://raw.githubusercontent.com/xXkoshmarikXx/test-commit/master/parameters_accepts.sh
bash /tmp/parameters_accepts.sh --get_pip_url "$GET_PIP_URL" --playbook_name "$PLAYBOOK_NAME" --playbook_base_url "$PLAYBOOK_BASE_URL" -r "$REGION" --vault_password $VAULT_PASSWORD
#bash parameters_accepts.sh --get_pip_url "$GET_PIP_URL" --playbook_name "$PLAYBOOK_NAME" --playbook_base_url "$PLAYBOOK_BASE_URL" -r "$REGION" --account_id "$ACCOUNT_ID" --topic_name "$TOPIC_NAME"
bash /tmp/parameters_accepts.sh --get_pip_url "$GET_PIP_URL" --playbook_name "$PLAYBOOK_NAME" --playbook_base_url "$PLAYBOOK_BASE_URL" -r "$REGION" --vault_password $VAULT_PASSWORD

0 comments on commit 3400d08

Please sign in to comment.