Skip to content

Commit f77f430

Browse files
author
Mattias Ryrlén
committed
ci_config: Move to correct directory before trying to install
cd vmware* is kind of not the directroy we want to go to, because we also have a vmware-root directory that is empty. Be more precise with where we want to move. This fixes issue: MON-10099 Signed-off-by: Mattias Ryrlén <[email protected]>
1 parent 0451443 commit f77f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op5build/ci_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ post:
33
steps: |
44
cd /tmp
55
curl -3 --insecure http://repos.op5.com/sources/VMware-vSphere-Perl-SDK-5.5.0-1292267.x86_64.gz | tar xvzf -
6-
pushd vmware*
6+
pushd vmware-vsphere-cli-distrib
77
export PAGER='/bin/cat'
88
printf "\ny\nn\n\n" | ./vmware-install.pl
99
popd

0 commit comments

Comments
 (0)