Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
ckiosidis committed Dec 13, 2022
1 parent 78061aa commit 67e12a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
chmod +x grpc_health/grpc_health_probe
echo 'dc5c8cd7b33ef503f49eb639af6017f33d340884 grpc_health/grpc_health_probe' > .grpc_checksum
sha1sum -c .grpc_checksum
- setup_remote_docker:
version: 20.10.14
- run:
name: Tests
environment:
Expand All @@ -62,9 +64,9 @@ jobs:
# Maven heap size
MAVEN_OPTS: -Xmx256m -Xms256m
command: |
curl -sL https://ctl.flyte.org/install | bash
flytectl sandbox start --dev
flytectl register examples -d development -p flytesnacks --config ~/.flyte/config-sandbox.yaml --version v0.3.154
curl -kL https://ctl.flyte.org/install | bash
./bin/flytectl sandbox start --dev
./bin/flytectl register examples -d development -p flytesnacks --config ~/.flyte/config-sandbox.yaml --version v0.3.154
source google-cloud-sdk/path.bash.inc
mvn -B verify -P disable-static-analysis
- run:
Expand Down

0 comments on commit 67e12a0

Please sign in to comment.