Skip to content

Commit

Permalink
wip: folder name workaround might not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 13, 2024
1 parent 229a91f commit aaad344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ if [ "$CI" = true ]; then
WORKSPACE_DIR="$(dirname "$ROOT_DIR")"

# workaround since repo is named 'kano' and in kli file it's 'maps'
mv "$WORKSPACE_DIR/kano" "$WORKSPACE_DIR/maps"
ln -s "$WORKSPACE_DIR/maps" "$WORKSPACE_DIR/kano"
# mv "$WORKSPACE_DIR/kano" "$WORKSPACE_DIR/maps"
# ln -s "$WORKSPACE_DIR/maps" "$WORKSPACE_DIR/kano"

DEVELOPMENT_REPO_URL="https://$GITHUB_DEVELOPMENT_PAT@github.com/kalisio/development.git"
else
Expand Down

0 comments on commit aaad344

Please sign in to comment.