We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f865c1 commit d01ea41Copy full SHA for d01ea41
1 file changed
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
default:
5
docker:
6
- - image: drevops/ci-runner:25.7.0
+ - image: drevops/ci-runner:25.9.0
7
environment:
8
BUILDX_VERSION: v0.19.1
9
@@ -23,6 +23,10 @@ jobs:
23
24
- setup_remote_docker
25
26
+ - run:
27
+ name: Install goss
28
+ command: curl -fsSL https://goss.rocks/install | sh && goss --version
29
+
30
- run:
31
name: Create Docker builder and install emulators
32
command: |
@@ -32,6 +36,8 @@ jobs:
36
33
37
name: Run Goss tests
34
38
39
+ export GOSS_FILES_STRATEGY=cp
40
+ export GOSS_PATH=/usr/local/bin/goss
35
41
docker build -t gosstestorg/gosstestimage:goss-test-tag .
42
GOSS_FILES_PATH=tests/dgoss dgoss run -i gosstestorg/gosstestimage:goss-test-tag
43
0 commit comments