File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sudo: required
12
12
env :
13
13
global :
14
14
# TODO Update this to match the name of your project.
15
- - CRATE_NAME=kubectx
15
+ - CRATE_NAME=tfx
16
16
17
17
matrix :
18
18
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
Original file line number Diff line number Diff line change 1
1
# Terraform Workspace Switcher - ` tfx `
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/FGRibreau/terraform-workspace-switcher.svg?branch=master )] ( https://travis-ci.org/FGRibreau/terraform-workspace-switcher ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9xsw4bboduma93tv/branch/master?svg=true )] ( https://ci.appveyor.com/project/FGRibreau/terraform-workspace-switcher/branch/master ) [ ![ Cargo version] ( https://img.shields.io/crates/v/kubectx .svg )] ( https://crates.io/crates/kubectx ) [ ![ Crates.io] ( https://img.shields.io/crates/d/kubectx .svg )] ( https://crates.io/crates/kubectx )
3
+ [ ![ Build Status] ( https://travis-ci.org/FGRibreau/terraform-workspace-switcher.svg?branch=master )] ( https://travis-ci.org/FGRibreau/terraform-workspace-switcher ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9xsw4bboduma93tv/branch/master?svg=true )] ( https://ci.appveyor.com/project/FGRibreau/terraform-workspace-switcher/branch/master ) [ ![ Cargo version] ( https://img.shields.io/crates/v/tfx .svg )] ( https://crates.io/crates/tfx ) [ ![ Crates.io] ( https://img.shields.io/crates/d/tfx .svg )] ( https://crates.io/crates/tfx )
4
4
5
5
6
6
Fastest switch between Terraform workspaces 🏎.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ test_script:
52
52
53
53
before_deploy :
54
54
# TODO Update this to build the artifacts that matter to you
55
- - cargo rustc --target %TARGET% --release --bin kubectx -- -C lto
55
+ - cargo rustc --target %TARGET% --release --bin tfx -- -C lto
56
56
- ps : ci\before_deploy.ps1
57
57
58
58
deploy :
You can’t perform that action at this time.
0 commit comments