Skip to content

Commit

Permalink
Fix clouds.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 12, 2024
1 parent 21b0df3 commit f4012cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
| jq -r ".access_token")
echo "::add-mask::$OIDC_TOKEN"
cd "${{ inputs.dir }}"
cp ../clouds.yaml .
BACKEND_SITE="$(yq -r .clouds.backend.site clouds.yaml)"
BACKEND_VO="$(yq -r .clouds.backend.vo clouds.yaml)"
EGI_SITE="$(yq -r .clouds.deploy.site clouds.yaml)"
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
| jq -r ".access_token")
echo "::add-mask::$OIDC_TOKEN"
cd "${{ inputs.dir }}"
git checkout -- clouds.yaml
cp ../clouds.yaml .
BACKEND_SITE="$(yq -r .clouds.backend.site clouds.yaml)"
BACKEND_VO="$(yq -r .clouds.backend.vo clouds.yaml)"
BACKEND_OS_TOKEN="$(fedcloud openstack token issue --oidc-access-token "$OIDC_TOKEN" \
Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions deploy/image-sync/clouds.yaml

This file was deleted.

0 comments on commit f4012cb

Please sign in to comment.