Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed top-level rest_api_* folders #46

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rest_api_gcbm
working-directory: ./local/rest_api_gcbm
steps:
- uses: actions/checkout@v2
- name: Build FLINT Cloud container
Expand All @@ -38,22 +38,17 @@ jobs:
with:
docs-folder: "docs/"


linting-docker:
linting-docker:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
-
name: "Lint Dockerfile"
steps:
- uses: actions/checkout@v2
- name: "Lint Dockerfile"
uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: "./rest_api_gcbm/Dockerfile
./rest_api_flint.example/Dockerfile
./local/rest_api_flint.example/Dockerfile
./local/rest_api_gcbm/Dockerfile
./layered/cloud-run/Dockerfile
./layered/compute-engine/Dockerfile
./layered/ingress/Dockerfile"
with:
dockerfile: "./local/rest_api_flint.example/Dockerfile
./local/rest_api_gcbm/Dockerfile
./layered/cloud-run/Dockerfile
./layered/compute-engine/Dockerfile
./layered/ingress/Dockerfile"
error_level: 0
output_format: tty
17 changes: 0 additions & 17 deletions rest_api_flint.example/Dockerfile

This file was deleted.

200 changes: 0 additions & 200 deletions rest_api_flint.example/app.py

This file was deleted.

5 changes: 0 additions & 5 deletions rest_api_flint.example/config/libs.base.simple.json

This file was deleted.

6 changes: 0 additions & 6 deletions rest_api_flint.example/config/libs.base_rothc.simple.json

This file was deleted.

19 changes: 0 additions & 19 deletions rest_api_flint.example/config/logging.debug_on.conf

This file was deleted.

Loading