Skip to content

Commit

Permalink
build: update makefile (#3803)
Browse files Browse the repository at this point in the history
* update makefile
  • Loading branch information
ypoplavs committed May 10, 2023
1 parent 98d15d9 commit 94c52ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-build-api-executors-tag.yaml
Expand Up @@ -415,11 +415,6 @@ jobs:
echo "Switched to release branch"
cd ./scripts
./chart_releaser.sh --helm-chart-folder testkube-api --testkube-executor true --branch true
# git checkout main
# git merge "release-$RELEASE_VERSION"
# git push --set-upstream https://kubeshop-bot:$GH_PUSH_TOKEN@github.com/kubeshop/helm-charts main
# git push origin -d "release-$RELEASE_VERSION"
fi
env:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -74,8 +74,9 @@ build-testkube-bin-intel:
-o "$(BIN_DIR)/kubectl-testkube" \
cmd/kubectl-testkube/main.go

#make docker-build-api SLACK_BOT_CLIENT_ID=** SLACK_BOT_CLIENT_SECRET=** ANALYTICS_TRACKING_ID=** ANALYTICS_API_KEY=** SEGMENTIO_KEY=** CLOUD_SEGMENTIO_KEY=** DOCKER_BUILDX_CACHE_FROM=type=registry,ref=docker.io/kubeshop/testkube-api-server:latest
docker-build-api:
docker build --platform linux/x86_64 -t kubeshop/testkube-api-server:$(COMMIT)-dev -f build/api-server/Dockerfile .
goreleaser release -f goreleaser_files/.goreleaser-docker-build-api.yml --rm-dist --snapshot

dev-install-local-executors:
kubectl apply --namespace testkube -f https://raw.githubusercontent.com/kubeshop/testkube-operator/main/config/samples/executor_v1_executor.yaml
Expand Down

0 comments on commit 94c52ad

Please sign in to comment.