We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ec413 commit 39f1cbdCopy full SHA for 39f1cbd
.github/scripts/adhoc.sh
@@ -87,11 +87,10 @@ if [[ ${ACTION} == "deploy-metal" ]]; then
87
88
pushd ${SCRIPT_DIR}/../resources
89
TOKEN=$(getApiToken "${PROJECT_ID}" "${API_KEY}")
90
- CI=$(cat adhoc-server-init.yml)
91
92
echo "Making Deploy POST"
93
- jq --arg hostname "${ACTOR}" --arg plan "${PLAN}" --arg userData "$(printf '%s' "$CI" | base64 -w 0)" \
94
- '.hostname = $hostname | .type = $plan' adhoc-server-deploy.json > adhoc-server-deploy-final.json
+ jq --arg hostname "${ACTOR}" --arg plan "${PLAN}" '.hostname = $hostname | .type = $plan' \
+ adhoc-server-deploy.json > adhoc-server-deploy-final.json
95
echo "Finished Deploy POST"
96
97
echo "Running Deploy API"
0 commit comments