Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jul 7, 2020
1 parent 8f7d8ad commit eead5c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ sudo: required
env:
global:
# TODO Update this to match the name of your project.
- CRATE_NAME=kubectx
- CRATE_NAME=tfx

matrix:
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Terraform Workspace Switcher - `tfx`

[![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)
[![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)


Fastest switch between Terraform workspaces 🏎.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -52,7 +52,7 @@ test_script:

before_deploy:
# TODO Update this to build the artifacts that matter to you
- cargo rustc --target %TARGET% --release --bin kubectx -- -C lto
- cargo rustc --target %TARGET% --release --bin tfx -- -C lto
- ps: ci\before_deploy.ps1

deploy:
Expand Down

0 comments on commit eead5c4

Please sign in to comment.