Skip to content

Commit

Permalink
Merge pull request #32 from astronomerio/hotfix/remove-meta-scripts
Browse files Browse the repository at this point in the history
remove meta scripts
  • Loading branch information
andscoop authored Feb 23, 2018
2 parents 957ac2b + a070bd9 commit 7093b14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
- image: circleci/golang:1.10
steps:
- checkout
- run:
name: "Write metadata"
command: |
if [ "${CIRCLE_TAG}" != "" ]; then
sh ./.circleci/scripts/write_metadata.sh $CIRCLE_TAG "`date '+%B %d, %Y @ %H:%M:%S'`"
else
echo "Not tagged, skipping step"
fi
- run:
name: "Install Goreleaser"
command: |
Expand Down
9 changes: 0 additions & 9 deletions .circleci/scripts/write_metadata.sh

This file was deleted.

0 comments on commit 7093b14

Please sign in to comment.