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

Commit 67e12a0

Browse files
committed
Fix curl
1 parent 78061aa commit 67e12a0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
chmod +x grpc_health/grpc_health_probe
5555
echo 'dc5c8cd7b33ef503f49eb639af6017f33d340884 grpc_health/grpc_health_probe' > .grpc_checksum
5656
sha1sum -c .grpc_checksum
57+
- setup_remote_docker:
58+
version: 20.10.14
5759
- run:
5860
name: Tests
5961
environment:
@@ -62,9 +64,9 @@ jobs:
6264
# Maven heap size
6365
MAVEN_OPTS: -Xmx256m -Xms256m
6466
command: |
65-
curl -sL https://ctl.flyte.org/install | bash
66-
flytectl sandbox start --dev
67-
flytectl register examples -d development -p flytesnacks --config ~/.flyte/config-sandbox.yaml --version v0.3.154
67+
curl -kL https://ctl.flyte.org/install | bash
68+
./bin/flytectl sandbox start --dev
69+
./bin/flytectl register examples -d development -p flytesnacks --config ~/.flyte/config-sandbox.yaml --version v0.3.154
6870
source google-cloud-sdk/path.bash.inc
6971
mvn -B verify -P disable-static-analysis
7072
- run:

0 commit comments

Comments
 (0)