From caacfbe2d22b8d84562ca6e049c66f9d83778f64 Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Sun, 24 Mar 2024 15:42:47 -0700 Subject: [PATCH 1/2] Update travis-ci build image and revert docs link closes #885 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd5906871..7d1886919 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ os: - linux - windows -dist: trusty +dist: focal osx_image: xcode12.2 services: diff --git a/README.md b/README.md index 28180d50c..02ede20cb 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ make build ## Full Documentation -Documentation is available at +[Full Documentation](https://github.com/goss-org/goss/blob/e73553f9c3065ac297499dafb4f8abef6acb24ad/docs/manual.md) ## Quick start From 7412f6ebc6f29156a5d026840308bcd5c58a5597 Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Sun, 24 Mar 2024 15:57:01 -0700 Subject: [PATCH 2/2] Attempt to fix CI --- integration-tests/goss/generate_goss.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/goss/generate_goss.sh b/integration-tests/goss/generate_goss.sh index 16ff04186..e07cb28d5 100755 --- a/integration-tests/goss/generate_goss.sh +++ b/integration-tests/goss/generate_goss.sh @@ -63,6 +63,7 @@ goss a "${args[@]}" mount /dev sed -i '/- seclabel/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml sed -i '/- size=/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml sed -i '/- mode=/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml +sed -i '/- inode64/d' $SCRIPT_DIR/${OS}/goss-generated-$ARCH.yaml goss a "${args[@]}" http https://www.google.com