Skip to content

Commit

Permalink
Remove Bash toolkit leftovers (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and BirmacherAkos committed Dec 18, 2018
1 parent efba269 commit b1e4974
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ envs:

1. Create a new git repository for your step (**don't fork** the *step template*, create a *new* repository)
2. Copy the [step template](https://github.com/bitrise-steplib/step-template) files into your repository
3. Fill the `step.sh` with your functionality
3. Fill the `main.go` with your functionality
4. Wire out your inputs to `step.yml` (`inputs` section)
5. Fill out the other parts of the `step.yml` too
6. Provide test values for the inputs in the `bitrise.yml`
Expand Down Expand Up @@ -84,4 +84,4 @@ You can share your Step or step version with the [bitrise CLI](https://github.co
## Trigger a new release

- __merge every code changes__ to the `master` branch
- __push the new version tag__ to the `master` branch
- __push the new version tag__ to the `master` branch
13 changes: 0 additions & 13 deletions step.sh

This file was deleted.

6 changes: 0 additions & 6 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ type_tags:
is_requires_admin_user: false
is_always_run: true
is_skippable: true
deps:
brew:
- name: go
apt_get:
- name: golang
bin_name: go
toolkit:
go:
package_name: github.com/bitrise-io/steps-slack-message
Expand Down

0 comments on commit b1e4974

Please sign in to comment.