Skip to content

Commit 09ab07b

Browse files
committed
fix: tests for ubuntu and alpine
1 parent 225ea49 commit 09ab07b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

apps/alpine/ci/goss.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
33
file:
4-
/scripts/greeting.sh:
4+
/prom_scripts/greeting.sh:
55
exists: true
6-
/scripts/umask.sh:
6+
/prom_scripts/umask.sh:
77
exists: true
8-
/scripts/wait-for-vpn.sh:
8+
/prom_scripts/wait-for-vpn.sh:
99
exists: true
10-
/scripts/wait-for-mounts.sh:
10+
/prom_scripts/wait-for-mounts.sh:
1111
exists: true
12-
/scripts/wait-for-urls.sh:
12+
/prom_scripts/wait-for-urls.sh:
1313
exists: true
1414
/usr/local/bin/envsubst:
1515
exists: true

apps/ubuntu/ci/goss.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
33
file:
4-
/scripts/greeting.sh:
4+
/prom_scripts/greeting.sh:
55
exists: true
6-
/scripts/umask.sh:
6+
/prom_scripts/umask.sh:
77
exists: true
8-
/scripts/wait-for-vpn.sh:
8+
/prom_scripts/wait-for-vpn.sh:
99
exists: true
10-
/scripts/wait-for-mounts.sh:
10+
/prom_scripts/wait-for-mounts.sh:
1111
exists: true
12-
/scripts/wait-for-urls.sh:
12+
/prom_scripts/wait-for-urls.sh:
1313
exists: true
1414
/usr/local/bin/envsubst:
1515
exists: true

0 commit comments

Comments
 (0)