File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include:
1212
1313variables :
1414 MENDER_VERSION : mender-master
15- MENDER_ARTIFACT_VERSION : 4.0 .0
15+ MENDER_ARTIFACT_VERSION : 4.1 .0
1616 MENDER_CONFIGURE_VERSION : $CI_COMMIT_REF_NAME
1717
1818test:unit :
@@ -55,7 +55,7 @@ test:integration:
5555 - pip install -r tests/integration/mender_integration/tests/requirements-python/python-requirements.txt
5656 # Download and install mender-artifact
5757 - apk add --no-cache dpkg
58- - wget "https://downloads.mender.io/repos/debian /pool/main/m/mender-artifact/mender-artifact_${MENDER_ARTIFACT_VERSION}-1%2bubuntu%2bnoble_amd64.deb"
58+ - wget "https://downloads.mender.io/repos/workstation-tools /pool/main/m/mender-artifact/mender-artifact_${MENDER_ARTIFACT_VERSION}-1%2bubuntu%2bnoble_amd64.deb"
5959 --output-document mender-artifact.deb
6060 - dpkg --extract mender-artifact.deb /
6161 script :
You can’t perform that action at this time.
0 commit comments