Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove concourse and fly references #731

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ TOOL_DEPS := ${GO}
# formatters / misc
JSONNET ?= $(CURDIR)/scripts/shell-wrapper.sh gobin.sh github.com/google/go-jsonnet/cmd/[email protected]
LOG := ./scripts/shell-wrapper.sh makefile-logger.sh
FLY := $(CURDIR)/scripts/shell-wrapper.sh fly.sh
BOX_CONFIG := ./scripts/shell-wrapper.sh boxconfig.sh
CONCOURSE_URL := $(shell $(BOX_CONFIG) 'cd.concourse.address')
AIR := $(CURDIR)/scripts/shell-wrapper.sh gobin.sh github.com/cosmtrek/[email protected] -c $(CURDIR)/.air.toml

# Testing options
Expand Down Expand Up @@ -231,19 +229,6 @@ docs:: pre-docs
docs-publish:: pre-docs-publish
@./.bootstrap/shell/docs-publish.sh

## fly-login: log into concourse
.PHONY: fly-login
fly-login:
${FLY} sync -c $(CONCOURSE_URL)
${FLY} -t devs userinfo || ${FLY} -t devs login -c $(CONCOURSE_URL) -n devs

## update-pipeline: update application pipeline in concourse
.PHONY: update-pipeline
update-pipeline: fly-login
@echo " ===> updating concourse pipeline <==="
@if [[ ! -e "concourse/jsonnet-libs" ]]; then git clone https://github.com/getoutreach/jsonnet-libs concourse/jsonnet-libs; else cd concourse/jsonnet-libs && git reset --hard origin/master && git pull; fi
cd concourse; rm -f /tmp/pipeline.yml; $(JSONNET) -J ./jsonnet-libs -y pipeline.jsonnet > /tmp/pipeline.yml && ${FLY} -t devs sp -c /tmp/pipeline.yml -p $(APP)

## benchmarker-gen: generate a benchmarker input file using your locally running gRPC server
.PHONY: benchmarker-gen
benchmarker-gen:
Expand Down
20 changes: 0 additions & 20 deletions shell/fly.sh

This file was deleted.