Skip to content

Commit

Permalink
Delete dead lines from sh/kosli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Sep 15, 2023
1 parent 962e0cd commit 1b3c40b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sh/kosli.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env bash
set -Eeu

export KOSLI_ORG=cyber-dojo
export KOSLI_FLOW=dashboard

readonly KOSLI_HOST_STAGING=https://staging.app.kosli.com
readonly KOSLI_HOST_PRODUCTION=https://app.kosli.com
# KOSLI_ORG is set in CI
# KOSLI_API_TOKEN is set in CI
# KOSLI_HOST_STAGING is set in CI
# KOSLI_HOST_PRODUCTION is set in CI
# SNYK_TOKEN is set in CI

# - - - - - - - - - - - - - - - - - - -
kosli_create_flow()
Expand Down

0 comments on commit 1b3c40b

Please sign in to comment.