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

Teal #119

Merged
merged 6 commits into from
May 13, 2022
Merged

Teal #119

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
134 changes: 0 additions & 134 deletions .drone.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/bump_framework.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: cOS bump
on:
schedule:
- cron: 0 20 * * *
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump cos 🔧
run: |
make update-cos-framework
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PAT_TOKEN }}
push-to-fork: cos-ci-forks/os2
commit-message: ":arrow_up: Bump cOS"
title: "cOS bump"
body: "Bump of cOS framework files"
2 changes: 1 addition & 1 deletion .github/workflows/images-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- run: |
make build build-framework push push-framework
make build push
- name: Release space from worker ♻
if: always()
run: |
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/static_analisys.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/tests.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .golangci.yml

This file was deleted.

Loading