Skip to content

Commit

Permalink
Merge pull request #34 from astronomerio/feature/cleanup-circle-ci
Browse files Browse the repository at this point in the history
remove unnecessary circleci steps and scripts
  • Loading branch information
andscoop authored Mar 2, 2018
2 parents 9fe1706 + d8f1430 commit 03eef51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
- image: circleci/golang:1.8
steps:
- checkout
- run:
name: "Installing PIP & AWS CLI"
command: |
if [ "${CIRCLE_TAG}" != "" ]; then
sudo apt-get update
sudo apt-get install -y python-pip
sudo pip install awscli
else
echo "Not tagged, skipping deploy"
fi
- run:
name: "Write metadata"
command: |
Expand All @@ -45,24 +35,6 @@ jobs:
else
echo "Not tagged, skipping step"
fi
# Apparently gorelaser runs on install, since the repo already has a goreleaser.yml, it does the build after installing
# - run:
# name: "Run goreleaser"
# command: |
# if [ "${CIRCLE_TAG}" != "" ]; then
# make release
# else
# echo "Not tagged, skipping step"
# fi
# - run:
# name: "Push install.sh S3"
# command: |
# if [ "${CIRCLE_TAG}" != "" ]; then
# ./.circleci/scripts/s3_upload_installer.sh $CIRCLE_TAG
# else
# echo "Not tagged, skipping step"
# fi

workflows:
version: 2
distribute:
Expand Down
16 changes: 0 additions & 16 deletions .circleci/scripts/compile_bin_data.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .circleci/scripts/s3_upload_installer.sh

This file was deleted.

0 comments on commit 03eef51

Please sign in to comment.