Skip to content

Commit

Permalink
remove OSC_API_JSON
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 1, 2024
1 parent c7e026d commit b4fc44e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cognac_gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

OSC_API_JSON=$(cat ./osc-api.json)

CALL_LIST_FILE=./call_list
CALL_LIST=$(cat $CALL_LIST_FILE)

Expand Down
2 changes: 0 additions & 2 deletions helper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source ./config.sh

OSC_API_JSON=$(cat ./osc-api.json)

get_type_direct() {
arg_info="$1"
local direct_ref=$(jq -r '.["$ref"]' 2> /dev/null <<< $arg_info)
Expand Down

0 comments on commit b4fc44e

Please sign in to comment.