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 76f3d01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,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 -k 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 76f3d01

Please sign in to comment.