File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 > jq
2929 chmod +x jq
30- pip install yq ansible git+https://github.com/tdviet/ fedcloudclient.git
30+ pip install yq ansible fedcloudclient
3131 # add PWD to the PATH
3232 echo "$PWD" >> "$GITHUB_PATH"
3333 - name : Configure providers access
4646 | jq -r ".access_token")
4747 echo "::add-mask::$OIDC_TOKEN"
4848 echo "OIDC_TOKEN=$OIDC_TOKEN" >> "$GITHUB_ENV"
49+ export OIDC_TOKEN="$OIDC_TOKEN"
4950 cd deployment
5051 ./site-config.sh
5152 - name : Setup Terraform
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dump_config() {
1212 site=" $2 "
1313 vo=" $3 "
1414 oidc_token=" $4 "
15+ set -x
1516 token=" $( fedcloud openstack token issue \
1617 --oidc-access-token " $oidc_token " \
1718 --site " $site " --vo " $vo " -j |
You can’t perform that action at this time.
0 commit comments