Skip to content

Commit a24ec42

Browse files
committed
remove run checklist
1 parent 218cb87 commit a24ec42

File tree

3 files changed

+0
-107
lines changed

3 files changed

+0
-107
lines changed

helpers/checklist.rb

Lines changed: 0 additions & 31 deletions
This file was deleted.

helpers/release.runfile

Lines changed: 0 additions & 74 deletions
This file was deleted.

runfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "byebug"
22
require 'bashly'
33
require_relative 'helpers/example'
4-
require_relative 'helpers/checklist'
54

65
title "Bashly Developer Toolbelt"
76
summary "Runfile tasks for building the Bashly gem"
@@ -11,7 +10,6 @@ import_gem 'runfile-tasks/gem', gemname: 'bashly'
1110
import_gem 'runfile-tasks/docker', image: 'dannyben/bashly', version: Bashly::VERSION
1211
import 'helpers/examples'
1312
import 'helpers/debug'
14-
import 'helpers/release'
1513

1614
help "Run shellcheck on all examples"
1715
action :shellcheck do

0 commit comments

Comments
 (0)