Skip to content

Commit

Permalink
chore/migrate-to-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
john-angelogiannis committed Sep 21, 2023
1 parent a0629da commit a3b371f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 31 deletions.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pull Request

> Tracked in JIRA by [YAF-XXX](https://yiluts.atlassian.net/browse/YAF-XXX)
## Scope of the PR

Describe the scope of this pull request.

## Considerations / Implementation Details

Describe any considerations or implementation details.
26 changes: 26 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy Workflow
run-name: ${{ github.actor }} has triggered a Deploy Workflow! 🚀

on:
push:
branches: [master]

jobs:
package-and-publish:
name: Package & Publush
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Toolchain
run: ./scripts/install_toolchain.sh

- name: Run linter
run: helm lint yilu-common --set image.tag="test" --set serviceName="ci-test"

- name: Publish
run: ./scripts/publish_chart.sh
env:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
static-code-analysis:
name: Test Formatting
name: Linting
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

0 comments on commit a3b371f

Please sign in to comment.