Skip to content

Commit b6157e1

Browse files
committed
Merge branch 'deps-mr-test-cache' into 'master'
peek inside cache See merge request Karabo/Framework!8215
2 parents 9dbe250 + 94b5e46 commit b6157e1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ variables:
5353
- KaraboFramework
5454
image: europeanxfel/karabo-ci:$ARCH_TAG
5555
before_script:
56+
# peek inside cache
57+
- hostname || true
58+
- find /cache || true
5659
# install conan to docker image
5760
- python3 -m pip install --upgrade pip
5861
- python3 -m pip install conan==1.62.0

extern/conanfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libtiff/4.3.0
3232

3333
# any
3434
nss/3.72
35-
# we could use this if we update the framework
35+
# we could use this if we update the framework
3636
# redboltz-mqtt_cpp/13.0.0
3737

3838
# forced - these are pinned to allow conan to resolve dependency conflicts

0 commit comments

Comments
 (0)