Skip to content

Commit

Permalink
build(deps): Remove gitops bucket server from build
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Nov 2, 2023
1 parent c81537e commit 37d3ead
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 94 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
echo "BRANCH=$GITHUB_EVENT_PULL_REQUEST_HEAD_REF" >> $GITHUB_ENV
echo "GORELEASER_PREVIOUS_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))" >> $GITHUB_ENV
echo "GORELEASER_CURRENT_TAG=${{ needs.tag-release.outputs.version }}" >> $GITHUB_ENV
echo "DEV_BUCKET_CONTAINER_IMAGE=$(make echo-dev-bucket-container)" >> $GITHUB_ENV
echo "FLUX_VERSION=$(make echo-flux-version)" >> $GITHUB_ENV
echo "CHART_VERSION=$(yq e '.version' charts/gitops-server/Chart.yaml)" >> $GITHUB_ENV
- name: "Make All"
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h')
VERSION?=$(shell which git > /dev/null && git describe --always --match "v*")
FLUX_VERSION=2.0.1
CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
DEV_BUCKET_CONTAINER_IMAGE?=ghcr.io/weaveworks/gitops-bucket-server@sha256:9fa2a68032b9d67197a3d41a46b5029ffdf9a7bc415e4e7e9794faec8bc3b8e4
TIER=oss

# Go build args
Expand All @@ -20,7 +19,6 @@ LDFLAGS?=-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Branch=$(BRANC
-X github.com/weaveworks/weave-gitops/cmd/gitops/version.GitCommit=$(GIT_COMMIT) \
-X github.com/weaveworks/weave-gitops/cmd/gitops/version.Version=$(VERSION) \
-X github.com/weaveworks/weave-gitops/pkg/version.FluxVersion=$(FLUX_VERSION) \
-X github.com/weaveworks/weave-gitops/pkg/run/watch.DevBucketContainerImage=$(DEV_BUCKET_CONTAINER_IMAGE) \
-X github.com/weaveworks/weave-gitops/pkg/analytics.Tier=$(TIER) \
-X github.com/weaveworks/weave-gitops/core/server.Branch=$(BRANCH) \
-X github.com/weaveworks/weave-gitops/core/server.Buildtime=$(BUILD_TIME) \
Expand Down Expand Up @@ -225,9 +223,6 @@ echo-ldflags:
echo-flux-version:
@echo $(FLUX_VERSION)

echo-dev-bucket-container:
@echo $(DEV_BUCKET_CONTAINER_IMAGE)

download-test-crds:
group_resources="source/helmrepositories source/buckets source/gitrepositories source/helmcharts source/ocirepositories"; \
for group_resource in $$group_resources; do \
Expand Down
88 changes: 0 additions & 88 deletions cmd/gitops-bucket-server/main.go

This file was deleted.

0 comments on commit 37d3ead

Please sign in to comment.