Skip to content

Commit

Permalink
Switch to teal
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored and root committed May 12, 2022
1 parent b347d49 commit 2485f29
Show file tree
Hide file tree
Showing 67 changed files with 1,116 additions and 5,166 deletions.
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: |
sudo -E 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

0 comments on commit 2485f29

Please sign in to comment.