Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Oct 8, 2024
1 parent 1334f12 commit 8d22818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ else

# test step 2/2: use IM-client to launch the test VM
pushd builder
sed -i -e "s/%TOKEN%/$(cat .oidc_token)/" auth.dat
sed -i -e "s/%TOKEN%/$(cat ../.oidc_token)/" auth.dat
sed -i -e "s/%IMAGE%/$IMAGE_ID/" vm.yaml
im_client.py create vm.yaml
IM_INFRA_ID=$(im_client.py list | grep --extended-regexp --invert-match 'im.egi.eu|ID')
Expand Down

0 comments on commit 8d22818

Please sign in to comment.