Skip to content

Commit d01ea41

Browse files
chore(deps): update drevops/ci-runner docker tag to v25.9.0 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Skrypnyk <alex@drevops.com>
1 parent 1f865c1 commit d01ea41

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
default:
55
docker:
6-
- image: drevops/ci-runner:25.7.0
6+
- image: drevops/ci-runner:25.9.0
77
environment:
88
BUILDX_VERSION: v0.19.1
99

@@ -23,6 +23,10 @@ jobs:
2323
2424
- setup_remote_docker
2525

26+
- run:
27+
name: Install goss
28+
command: curl -fsSL https://goss.rocks/install | sh && goss --version
29+
2630
- run:
2731
name: Create Docker builder and install emulators
2832
command: |
@@ -32,6 +36,8 @@ jobs:
3236
- run:
3337
name: Run Goss tests
3438
command: |
39+
export GOSS_FILES_STRATEGY=cp
40+
export GOSS_PATH=/usr/local/bin/goss
3541
docker build -t gosstestorg/gosstestimage:goss-test-tag .
3642
GOSS_FILES_PATH=tests/dgoss dgoss run -i gosstestorg/gosstestimage:goss-test-tag
3743

0 commit comments

Comments
 (0)