Skip to content

Commit

Permalink
fix: Remove extra git scripts from publish job (#35)
Browse files Browse the repository at this point in the history
* fix: Remove extra git scripts from publish job

Don't need those scripts anymore since we're using semantic release

* Update screwdriver.yaml
  • Loading branch information
tkyi authored Mar 9, 2018
1 parent 193a58c commit 5a337c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
steps:
- postpublish: |
git clone https://github.com/screwdriver-cd/toolbox.git ci
./ci/git-tag.sh
./ci/git-release.sh
export DOCKER_TAG=`cat VERSION`
git fetch
export DOCKER_TAG=`git tag | tail -1`
./ci/docker-trigger.sh
environment:
# Docker hub repo
Expand Down

0 comments on commit 5a337c4

Please sign in to comment.