Skip to content

Commit

Permalink
Large rewrite for simple-tfswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-abbadie committed Aug 8, 2021
1 parent 03d377b commit 060976d
Show file tree
Hide file tree
Showing 92 changed files with 63 additions and 7,785 deletions.
74 changes: 0 additions & 74 deletions .circleci/config.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

103 changes: 0 additions & 103 deletions .goreleaser.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 warrensbox
Copyright (c) 2021 JB

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXE := tfswitch
PKG := github.com/warrensbox/terraform-switcher
VER := $(shell git ls-remote --tags git://github.com/warrensbox/terraform-switcher | awk '{print $$2}'| awk -F"/" '{print $$3}' | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -n 2 | head -n1)
PKG := github.com/jb-abbadie/simple-tfswitch
VER := $(shell cat version)
PATH := build:$(PATH)
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
Expand All @@ -23,8 +23,3 @@ clean:
test: $(EXE)
mv $(EXE) build
go test -v ./...

.PHONY: docs
docs:
cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..

Loading

0 comments on commit 060976d

Please sign in to comment.