Skip to content

Commit

Permalink
removeme
Browse files Browse the repository at this point in the history
  • Loading branch information
Taior committed Dec 27, 2024
1 parent c530dc6 commit 4f98ecc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ shell:
install:
- apk update && apk add --no-cache gcc g++ nodejs npm
- export GOPROXY={{ $.GOPROXY }} CGO_ENABLED=1 GOOS=linux GOARCH=amd64 PROMETHEUS_DEPS_VERSION=v2.53.2 PROMETHEUS_VERSION=v2.53.2-0.0.2
- export GOPRIVATE=github.com/odarix/odarix-core-go
- git clone -b "${PROMETHEUS_DEPS_VERSION}" --single-branch {{ $.SOURCE_REPO }}/prometheus/prometheus-deps
- mkdir /prometheus && cd /prometheus
- git clone -b "${PROMETHEUS_VERSION}" --single-branch {{ $.OBSERVABILITY_SOURCE_REPO }}/prometheus-plus-plus prometheus
Expand Down

0 comments on commit 4f98ecc

Please sign in to comment.