Skip to content

Commit

Permalink
EVEREST-950: use make build-cli (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik authored Apr 16, 2024
1 parent 2d8ad3d commit bbcc200
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dev-fe-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ jobs:
- name: Run Provisioning
run: |
go run cmd/cli/main.go install -v \
make build-cli
./bin/everestctl install -v \
--version 0.0.0 \
--version-metadata-url https://check-dev.percona.com \
--operator.mongodb \
Expand All @@ -165,7 +166,7 @@ jobs:
- name: Adding psmdb namespace
run: |
go run cmd/cli/main.go install -v \
./bin/everestctl install -v \
--version 0.0.0 \
--version-metadata-url https://check-dev.percona.com \
--operator.mongodb \
Expand All @@ -176,7 +177,7 @@ jobs:
- name: Adding pxc namespace
run: |
go run cmd/cli/main.go install -v \
./bin/everestctl install -v \
--version 0.0.0 \
--version-metadata-url https://check-dev.percona.com \
--operator.mongodb=false \
Expand All @@ -187,7 +188,7 @@ jobs:
- name: Adding pg namespace
run: |
go run cmd/cli/main.go install -v \
./bin/everestctl install -v \
--version 0.0.0 \
--version-metadata-url https://check-dev.percona.com \
--operator.mongodb=false \
Expand All @@ -198,7 +199,7 @@ jobs:
- name: Change token
run: |
echo "EVEREST_K8_TOKEN=$(go run cmd/cli/main.go token reset --json | jq .token -r)" >> $GITHUB_ENV
echo "EVEREST_K8_TOKEN=$(./bin/everestctl token reset --json | jq .token -r)" >> $GITHUB_ENV
- name: Expose Everest API Server
run: |
Expand Down

0 comments on commit bbcc200

Please sign in to comment.