Skip to content

Commit eead5c4

Browse files
committed
fix(ci)
1 parent 8f7d8ad commit eead5c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo: required
1212
env:
1313
global:
1414
# TODO Update this to match the name of your project.
15-
- CRATE_NAME=kubectx
15+
- CRATE_NAME=tfx
1616

1717
matrix:
1818
# TODO These are all the build jobs. Adjust as necessary. Comment out what you

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terraform Workspace Switcher - `tfx`
22

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)
44

55

66
Fastest switch between Terraform workspaces 🏎.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test_script:
5252

5353
before_deploy:
5454
# 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
5656
- ps: ci\before_deploy.ps1
5757

5858
deploy:

0 commit comments

Comments
 (0)