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

Commit 76f3d01

Browse files
committed
fix curl
1 parent 78061aa commit 76f3d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
# Maven heap size
6363
MAVEN_OPTS: -Xmx256m -Xms256m
6464
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
65+
curl -k https://ctl.flyte.org/install | bash
66+
./bin/flytectl sandbox start --dev
67+
./bin/flytectl register examples -d development -p flytesnacks --config ~/.flyte/config-sandbox.yaml --version v0.3.154
6868
source google-cloud-sdk/path.bash.inc
6969
mvn -B verify -P disable-static-analysis
7070
- run:

0 commit comments

Comments
 (0)