Skip to content

Commit 4d47478

Browse files
authored
Merge pull request #360 from kjaskiewiczz/men-5903
ci: move client version to CI pipeline definition and use "latest" by default
2 parents bc91c50 + 290f854 commit 4d47478

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ test:integration:
200200
variables:
201201
GIT_SUBMODULE_STRATEGY: recursive
202202
GIT_SUBMODULE_DEPTH: 1
203+
CLIENT_VERSION: "latest"
203204
image: docker:${DOCKER_VERSION}
204205
needs:
205206
- compile

tests/integration/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/integration/docker-compose.client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
# mender-client
44
#
55
client:
6-
image: mendersoftware/mender-client-qemu:${CLIENT_VERSION}
6+
image: mendersoftware/mender-client-qemu:${CLIENT_VERSION:-latest}
77
stdin_open: true
88
tty: true
99
privileged: true

0 commit comments

Comments
 (0)