diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03eb781..917040d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,9 @@ deploy: - dind script: - ls /tmp/ - - echo "Building with gradle version cache-test" - - gradle -Pversion=cache-test publish - - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=cache-test + - echo "Building with gradle version ${TEST_BUILDVERSION}" + - gradle -Pversion=${TEST_BUILDVERSION} publish + - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} artifacts: reports: dotenv: version.env