Skip to content

Commit

Permalink
Fix scripts not included
Browse files Browse the repository at this point in the history
  • Loading branch information
whyayen committed Mar 26, 2022
1 parent 22eae7b commit 157aca0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
10 changes: 10 additions & 0 deletions src/@orb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2.1

description: >
The orb helps you that cancel running CI with your GitHub draft pull request
automatically to save your credits.
# This information will be displayed in the orb registry and is not mandatory.
display:
home_url: "https://github.com/whyayen/bye-github-draft"
source_url: "https://github.com/whyayen/bye-github-draft"
6 changes: 6 additions & 0 deletions src/commands/check-skippable-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
steps:
- run: apk add --no-cache bash curl jq
- run:
shell: /bin/bash
name: Check skippable PR !!!!
command: <<include(scripts/check-skippable-pr.sh)>>
16 changes: 0 additions & 16 deletions src/jobs/bye-github-draft.yml

This file was deleted.

4 changes: 4 additions & 0 deletions src/jobs/check-skippable-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docker:
- image: alpine:3.7
steps:
- check-skippable-pr
File renamed without changes.

0 comments on commit 157aca0

Please sign in to comment.