Skip to content

Commit

Permalink
Remove cruft, attempt to fix amazon2022
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek committed Jul 18, 2023
1 parent b12c089 commit 9ee4f56
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: ./travis-build.sh
run: ./package-build.sh
env:
TRAVIS_REPO_SLUG: ${{github.repository}}
TRAVIS_TAG: ${{github.ref_name}}
Expand Down
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu/monitoring-plugins)
[![Build Status](https://travis-ci.org/sensu/monitoring-plugins.svg?branch=master)](https://travis-ci.org/sensu/monitoring-plugins)
# Sensu Assets: Monitoring Plugins

## Overview
Expand Down
2 changes: 1 addition & 1 deletion travis-build.sh → package-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export PLUGINS="check_disk,check_dns,check_http,check_load,check_log,check_ntp,c
[[ -z "$GITHUB_TOKEN" ]] && { echo "GITHUB_TOKEN is empty, upload disabled" ; }
[[ -z "$TRAVIS_REPO_SLUG" ]] && { echo "TRAVIS_REPO_SLUG is empty"; exit 1; }
if [[ -z "$1" ]]; then
echo "Parameter 1, PLATFORMS is empty, using default set" ; platforms=( alpine amazon2 amazonlinux2022 debian10 debian11 centos7 centos8 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64 );
echo "Parameter 1, PLATFORMS is empty, using default set" ; platforms=( alpine amazon2 amazon2022 debian10 debian11 centos7 centos8 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64 );
else
IFS=', ' read -r -a platforms <<< "$1"
fi
Expand Down
80 changes: 0 additions & 80 deletions travis-github-upload.sh

This file was deleted.

0 comments on commit 9ee4f56

Please sign in to comment.