-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nitishkumar Singh <[email protected]> updated readme Signed-off-by: Nitishkumar Singh <[email protected]> added echo for image done Signed-off-by: Nitishkumar Singh <[email protected]> removed additional echo Signed-off-by: Nitishkumar Singh <[email protected]>
- Loading branch information
1 parent
6184cde
commit 74ca9bd
Showing
3 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: ci-only | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
strategy: | ||
matrix: | ||
go-version: [1.13.x] | ||
os: [ubuntu-latest] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@master | ||
with: | ||
fetch-depth: 1 | ||
- name: Initial Setup | ||
run: | | ||
sudo apt-get install jq | ||
- name: Validate Images | ||
run: | | ||
jq empty functions.json | ||
jq empty store.json | ||
jq empty templates.json | ||
jq empty store-arm64.json | ||
jq empty store-armhf.json | ||
./ci/function_images_check.sh |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters