Skip to content

Commit

Permalink
WIP - print golang version in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
  • Loading branch information
akrejcir committed Dec 5, 2023
1 parent 26f5be3 commit fc1e168
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions automation/e2e-functests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ set -e
# CI_OPERATOR_IMG - path of the operator image in the local repository accessible on the CI
# CI_VALIDATOR_IMG - path of the validator image in the local repository accessible on the CI

./automation/common/deploy-kubevirt-and-cdi.sh
#./automation/common/deploy-kubevirt-and-cdi.sh

export VALIDATOR_IMG=${CI_VALIDATOR_IMG}
export IMG=${CI_OPERATOR_IMG}
export SKIP_CLEANUP_AFTER_TESTS=true
echo "--- GOLANG VERSION ---"
go version

make deploy functest
#export VALIDATOR_IMG=${CI_VALIDATOR_IMG}
#export IMG=${CI_OPERATOR_IMG}
#export SKIP_CLEANUP_AFTER_TESTS=true
#
#make deploy functest

0 comments on commit fc1e168

Please sign in to comment.