]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: build.sh: Drop changing working directory to CI_CONT_DIR
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 13:41:38 +0000 (15:41 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commit56b37fe3818502807e6212f8b766574091412f27
treee914b79dea5e44b776ee152bece99e8c7b55a3d8
parentfe9f788812a876a9b3d68bded0dd7dd4b4c7468b
ci: build.sh: Drop changing working directory to CI_CONT_DIR

Firstly, this would mangle with "sourcing" this file in either
execution environment later down the road. Secondly, we won't need this
as future ci/helper patches will generate a throwaway script that will
take care of a correct execution of a build job in a similar fashion as
if the job ran in a GitLab environment.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/build.sh