Skip to content

Commit

Permalink
chore(workflow): migrate release tagging to github actions (#87)
Browse files Browse the repository at this point in the history
- migrate release tagging to github actions
- remove travis config file
- update build status badges

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm authored May 6, 2021
1 parent 2b46a8b commit 10c71be
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 292 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,18 @@ jobs:
DBUILD_SITE_URL=https://openebs.io
RELEASE_TAG=${{ env.RELEASE_TAG }}
BASE_IMAGE=${{ env.IMAGE_ORG }}/cstor-base:${{ env.RELEASE_TAG }}
downstream-tagging:
runs-on: ubuntu-latest
needs: ['cstor']
steps:
- name: Downstream tagging
uses: akhilerm/[email protected]
with:
tag-name: ${{ github.ref }}
body: 'Release created from libcstor'
repo: |
m-exporter
istgt
# GR_TOKEN secret is the access token to perform github releases
github-token: ${{ secrets.GR_TOKEN }}
163 changes: 0 additions & 163 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libcstor
[![Slack](https://img.shields.io/badge/chat!!!-slack-ff1493.svg?style=flat-square)](https://kubernetes.slack.com/messages/openebs)
[![Build Status](https://travis-ci.org/openebs/libcstor.svg?branch=master)](https://travis-ci.org/openebs/libcstor)
[![Build Status](https://github.com/openebs/libcstor/actions/workflows/build.yml/badge.svg)](https://github.com/openebs/libcstor/actions/workflows/build.yml)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fopenebs%2Flibcstor.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fopenebs%2Flibcstor?ref=badge_shield)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2765/badge)](https://bestpractices.coreinfrastructure.org/projects/2765)
[![Releases](https://img.shields.io/github/v/release/openebs/libcstor.svg?include_prereleases&style=flat-square)](https://github.com/openebs/libcstor/releases)
Expand Down
126 changes: 0 additions & 126 deletions buildscripts/git-release

This file was deleted.

2 changes: 1 addition & 1 deletion buildscripts/install-test-dep.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2020 The OpenEBS Authors. All rights reserved.
# Copyright 2021 The OpenEBS Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/install-tool-dep.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2020 The OpenEBS Authors. All rights reserved.
# Copyright 2021 The OpenEBS Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 10c71be

Please sign in to comment.