Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
rename project to ft
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Klassen <[email protected]>
Co-authored-by: Taylor Silva <[email protected]>
  • Loading branch information
Jamie Klassen and taylorsilva committed Aug 5, 2020
1 parent 422fc39 commit 4ec73d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ~ctop~ concourse container accounting tool for operators
# ft - flight tracker

## worker

Expand All @@ -17,10 +17,11 @@
* container handles
* open files
* cpu shares
* memmory
* memory

## views

* by pipeline
* by team
* prometheus exporter
* sorting filtering grouping
8 changes: 4 additions & 4 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
type: git
icon: github
source:
uri: [email protected]:concourse/ctop.git
uri: [email protected]:concourse/ft.git
branch: master
private_key: ((deploy_key))
- name: postgres-11
Expand Down Expand Up @@ -35,7 +35,7 @@ resources:
icon: package-variant-closed
source:
owner: concourse
repository: ctop
repository: ft
access_token: ((concourse_github_release.access_token))
jobs:
- name: test
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
- -c
- |
for platform in linux darwin windows; do
GOOS=$platform go build -o ../build/ctop-$platform
GOOS=$platform go build -o ../build/ft-$platform
done
- put: release
params:
name: tag/file
tag: tag/file
globs: ["build/ctop-*"]
globs: ["build/ft-*"]

0 comments on commit 4ec73d4

Please sign in to comment.